Skip to content

Commit 9512e63

Browse files
committed
Update news
1 parent d4b3328 commit 9512e63

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# ggplot2 3.2.1
2+
3+
This is a patch release fixing a few regressions introduced in 3.2.0 as well as
4+
fixing some unit tests that broke due to upstream changes.
5+
6+
* `position_stack()` no longer changes the order of the input data. Changes to
7+
the internal behaviour of `geom_ribbon()` made this reordering problematic
8+
with ribbons that spanned `y = 0` (#3471)
9+
* Using `qplot()` with a single positional aesthetic will no longer title the
10+
non-specified scale as `"NULL"` (#3473)
11+
* Fixes unit tests for sf graticule labels caused by chages to sf
12+
113
# ggplot2 3.2.0
214

315
This is a minor release with an emphasis on internal changes to make ggplot2

0 commit comments

Comments
 (0)