From 0224ecb6191bd6eb75447dabf8f47bcd165bc197 Mon Sep 17 00:00:00 2001 From: DavisVaughan Date: Wed, 20 Jul 2022 14:08:07 -0400 Subject: [PATCH] NEWS bullets --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.md b/NEWS.md index f50f494af9..ed103ef463 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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