Skip to content

Commit f1154be

Browse files
committed
Tweak NEWS bullet
1 parent 0e2784d commit f1154be

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

NEWS.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# tidyr (development version)
22

3+
* `expand_grid()` gains a new `.vary` argument, allowing users to control
4+
whether the first column varies fastest or slowest (#1543, @JamesHWade).
5+
36
* `unite()` no longer errors if you provide a selection that doesn't select any
47
columns. Instead, it returns a column containing the empty string (#1548,
58
@catalamarti).
@@ -9,8 +12,6 @@
912

1013
* tidyr now requires dplyr >=1.1.0 (#1568, @catalamarti).
1114

12-
* `expand_grid()` gains a new `.vary` argument, allowing users to control whether combinations vary fastest or slowest (default). (#1543, @JamesHWade).
13-
1415
# tidyr 1.3.1
1516

1617
* `pivot_wider` now uses `.by` and `|>` syntax for the dplyr helper message to

0 commit comments

Comments
 (0)