Skip to content

Commit 948f100

Browse files
committed
Add news item. Closes tidyverse#2649
1 parent b89eb83 commit 948f100

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
feed data columns into `aes()` or into parameters of geoms or stats. However,
88
doing so remains discouraged (@clauswilke).
99

10+
* Aesthetic names are now consistently standardised both in `aes()` and in the
11+
`aesthetics` argument of scale functions. Also, the US spelling "color"
12+
is now always internally converted to "colour", even when part of a longer
13+
aesthetic name (e.g., `point_color`) (@clauswilke, #2649).
1014

1115
# ggplot2 3.0.0
1216

0 commit comments

Comments
 (0)