Skip to content

Commit 022ca6e

Browse files
committed
Polish NEWS
1 parent 5fa769b commit 022ca6e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

NEWS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# stringr 1.3.1.9000
22

33
* `str_interp()` now renders lists consistently independent on the presence of
4-
additional placeholders (@amhrasmussen)
4+
additional placeholders (@amhrasmussen).
55

6-
* `str_subset()`, `str_detect()`, and `str_which()` gets `negate` argument,
6+
* New `str_starts()` and `str_ends()` functions to detect patterns at the
7+
beginning or end of strings (@jonthegeek, #258).
8+
9+
* `str_subset()`, `str_detect()`, and `str_which()` get `negate` argument,
710
which is useful when you want the elements that do NOT match (#259,
811
@yutannihilation).
912

1013
* New `str_to_sentence()` function to capitalize with sentence case
11-
(@jonthegeek, #202)
12-
13-
* New `str_starts()` and `str_ends()` functions to detect patterns at the
14-
beginning or end of strings (@jonthegeek, #258)
14+
(@jonthegeek, #202).
1515

1616
# stringr 1.3.1
1717

0 commit comments

Comments
 (0)