Skip to content

Commit 5528541

Browse files
committed
add news bullet
1 parent efd6a67 commit 5528541

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
@@ -1,5 +1,9 @@
11
# ggplot2 (development version)
22

3+
* The following methods have been deprecated: `fortify.lm()`, `fortify.glht()`,
4+
`fortify.confint.glht()`, `fortify.summary.glht()` and `fortify.cld()`. It
5+
is recommend to use `broom::augment()` and `broom::tidy()` instead
6+
(@teunbrand, #3816).
37
* Custom and raster annotation now respond to scale transformations, and can
48
use AsIs variables for relative placement (@teunbrand based on
59
@yutannihilation's prior work, #3120)

0 commit comments

Comments
 (0)