Skip to content

Commit aede912

Browse files
committed
More news tweaking
1 parent 595ea6e commit aede912

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

NEWS.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,20 +96,18 @@
9696
* `stat_function()` gains an `xlim` parameter (#1528). It once again works
9797
with discrete x axes (#1509).
9898

99-
100-
10199
* `stat_summary()` preserves sorted x order which avoids artefacts when
102100
display results with `geom_smooth()` (#1520).
103101

104102
* `theme_void()` was completely void of text but facets and legends still
105103
needed labels. They are now visible (@jiho).
106104

107-
* Eliminate spurious warning if you have a layer with no data and no aesthetics
108-
(#1451).
109-
110105
* You can once again set legend key and height width to unit arithmetic
111106
objects (like `2 * unit(1, "cm")`) (#1437).
112107

108+
* Eliminate spurious warning if you have a layer with no data and no aesthetics
109+
(#1451).
110+
113111
* Removed a superfluous comma in `theme-defaults.r` code (@jschoeley)
114112

115113
* Fixed a compatibility issue with `ggproto` and R versions prior to 3.1.2.

0 commit comments

Comments
 (0)