Skip to content

Commit d7a86a5

Browse files
author
Anthony Chiu
committed
Fix tidyverse#2429. Emphasise new manual_scale() behaviour in NEWS
1 parent 96d5337 commit d7a86a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

NEWS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@
8484

8585
* Increase the default `nbin` of `guide_colourbar()` to place the ticks more precisely (#3508, @yutannihilation).
8686

87-
* Modified `manual_scale()` to match `values` with the order of `breaks`
88-
whenever `values` is an unnamed vector. Previously, unnamed `values` would
89-
match with the limits of the scale and ignore the order of any `breaks`
90-
provided. Note that this may change the appearance of plots that previously
91-
relied on the unordered behaviour (#2429, @idno0001).
87+
* `manual_scale()` now matches `values` with the order of `breaks` whenever
88+
`values` is an unnamed vector. Previously, unnamed `values` would match with
89+
the limits of the scale and ignore the order of any `breaks` provided. Note
90+
that this may change the appearance of plots that previously relied on the
91+
unordered behaviour (#2429, @idno0001).
9292

9393
# ggplot2 3.2.1
9494

0 commit comments

Comments
 (0)