Skip to content

Commit 12e8e7d

Browse files
committed
Add news bullet
1 parent f1ac88d commit 12e8e7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# stringr (development version)
22

3+
* New `str_to_camel()`, `str_to_snake()`, and `str_to_kebab()` for changing "programming" case (@librill, #573).
34
* New `vignette("locale-sensitive")` about locale sensitive functions (@kylieainslie, #404)
45
* New `str_ilike()` that follows the conventions of the SQL ILIKE operator (@edward-burn, #543).
56
* `str_like(ignore_case)` is deprecated, with `str_like()` now always case sensitive to better follow the conventions of the SQL LIKE operator (@edward-burn, #543).

0 commit comments

Comments
 (0)