Skip to content

Commit

Permalink
Fix bug in str_trunc() (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
UchidaMizuki committed Aug 5, 2023
1 parent 2b2e687 commit a29bfd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

## 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 a29bfd7

Please sign in to comment.