Skip to content

Commit 3e9e2ae

Browse files
committed
add news bullet
1 parent 58200dd commit 3e9e2ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NEWS.md

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

3+
* The `optional_aes` field in `Geom` and `Stat` classes is now deprecated in
4+
favour of using `default_aes = aes(foo = NULL)` to mark the 'foo' aesthetic
5+
as optional (@teunbrand, #6393).
36
* `position_fill()` avoids stacking observations of zero (@teunbrand, #6338)
47
* New `layer(layout)` argument to interact with facets (@teunbrand, #3062)
58
* New `stat_connect()` to connect points via steps or other shapes

0 commit comments

Comments
 (0)