Skip to content

Commit 4fa54e7

Browse files
committed
redirect other news
1 parent 3e3b155 commit 4fa54e7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

NEWS.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
* Moved mgcv from Imports to Suggests
2222
* Moved tibble from Imports to Suggests
2323
* Removed glue dependency
24-
* Default labels are derived in `ggplot_build()` rather than
25-
in `ggplot_add.Layer()`. This may affect code that accessed the `plot$labels`
26-
field (@teunbrand, #5894).
24+
* Default labels are derived in `build_ggplot()` (previously `ggplot_build()`)
25+
rather than in the layer method of `update_ggplot()`
26+
(previously `ggplot_add.Layer()`). This may affect code that accessed the
27+
`plot$labels` property (@teunbrand, #5894).
2728

2829
### Lifecycle changes
2930

0 commit comments

Comments
 (0)