Skip to content

Commit

Permalink
Fix str_trunc() news
Browse files Browse the repository at this point in the history
  • Loading branch information
UchidaMizuki committed Aug 5, 2023
1 parent a29bfd7 commit b1c9562
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# stringr (development version)

* `str_trunc()` now correctly truncates strings when `side` is `"left"` or
`"center"` (@UchidaMizuki, #512).

# stringr 1.5.0

## Breaking changes

* `str_trunc()` now correctly truncates strings when `side` is `"left"` or
`"center"` (@UchidaMizuki, #512).

* stringr functions now consistently implement the tidyverse recycling rules
(#372). There are two main changes:

Expand Down

0 comments on commit b1c9562

Please sign in to comment.