Skip to content

Commit

Permalink
NEWS bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Jul 20, 2022
1 parent 8be81ad commit 0224ecb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# dplyr (development version)

* `relocate()` now works correctly with empty data frames and when `.before` or
`.after` result in empty selections (#6167).

* `relocate()` no longer drops attributes of bare data frames (#6341).

* dplyr no longer provides `count()` and `tally()` methods for `tbl_sql`.
These methods have been accidentally overriding the `tbl_lazy` methods that
dbplyr provides, which has resulted in issues with the grouping structure of
Expand Down

0 comments on commit 0224ecb

Please sign in to comment.