Skip to content

Commit 94bc8ae

Browse files
committed
NEWS bullet
1 parent be659f0 commit 94bc8ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# dplyr (development version)
22

3+
* `if_else()` has gotten significantly faster and uses much less memory due to a rewrite in C via `vctrs::vec_if_else()` (#7723).
4+
35
* Passing `size` to `if_else()` is now deprecated. The output size is always taken from the `condition` (#7722).
46

57
* `bind_rows()` now replaces empty (or `NA`) element names in a list with its numeric index while preserving existing names (#7719, @Meghansaha).

0 commit comments

Comments
 (0)