Skip to content

Commit 6460e56

Browse files
committed
add news item
1 parent 5d295a0 commit 6460e56

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

NEWS.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# ggplot2 3.0.0.9000
22

3-
* `geom_hex()` now understands the `size` and `linetype` aesthetics
4-
(@mikmart, #2488).
5-
6-
# ggplot2 3.0.0
3+
## Minor bug fixes and improvements
4+
5+
* `geom_hex()` now understands the `size` and `linetype` aesthetics
6+
(@mikmart, #2488).
7+
8+
* Data is no longer internally reordered when faceting. This makes it safer to
9+
feed data columns into `aes()` or into parameters of geoms or stats. However,
10+
doing so remains discouraged (@clauswilke).
711

812
## Breaking changes
913

0 commit comments

Comments
 (0)