Skip to content

Commit 139c510

Browse files
committed
reorder a few bullets in news
1 parent ce1554f commit 139c510

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

NEWS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ polishing the recent features.
1010
* Fixed regression where `position_stack(vjust)` was ignored when there are
1111
only single groups (#6692)
1212
* Fixed bug where `NA` handling in `geom_path()` was ignoring panels (@teunbrand, #6533)
13-
* Logical values for the linetype aesthetic will be interpreted numerically,
14-
so that `linetype = FALSE` becomes 0/'blank' and `linetype = TRUE` becomes
15-
1/'solid' (@teunbrand, #6641)
16-
* Out-of-bounds datapoints used as padding by `stat_align()` now get removed
17-
silently rather than verbosely (@teunbrand, #6667)
1813
* Fixed bug where `stat_bin(boundary)` was ignored (#6682).
1914
* `geom_text()` and `geom_label()` accept expressions as the `label` aesthetic
2015
(@teunbrand, #6638)
@@ -40,6 +35,11 @@ polishing the recent features.
4035
* The `theme(panel.widths, panel.heights)` setting attempts to preserve the
4136
plot's aspect ratio when only one of the two settings is given, and the plot
4237
has a single panel (@teunbrand, #6701).
38+
* Logical values for the linetype aesthetic will be interpreted numerically,
39+
so that `linetype = FALSE` becomes 0/'blank' and `linetype = TRUE` becomes
40+
1/'solid' (@teunbrand, #6641)
41+
* Out-of-bounds datapoints used as padding by `stat_align()` now get removed
42+
silently rather than verbosely (@teunbrand, #6667)
4343

4444
# ggplot2 4.0.0
4545

0 commit comments

Comments
 (0)