Skip to content

Commit a5e3f3c

Browse files
committed
update NEWS.md from upstream
1 parent 963be06 commit a5e3f3c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

NEWS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# ggplot2 (development version)
2+
13
# ggplot2 3.1.1.9000
24

35
This is a minor release with an emphasis on internal changes to make ggplot2
@@ -7,6 +9,21 @@ extension developers if they have relied on internals that have been changed.
79
This release also sees the addition of Hiroaki Yutani (@yutannihilation) to the
810
core developer team.
911

12+
## Breaking changes
13+
14+
* Two patches (#2996 and #3050) fixed minor rendering problems. In most cases,
15+
the visual changes are so subtle that they are difficult to see with the naked
16+
eye. However, these changes are detected by the vdiffr package, and therefore
17+
any package developers who use vdiffr to test for visual correctness of ggplot2
18+
plots will have to regenerate all reference images.
19+
20+
* In some cases, ggplot2 now produces a warning or an error for code that previously
21+
produced plot output. In all these cases, the previous plot output was accidental,
22+
and the plotting code uses the ggplot2 API in a way that would lead to undefined
23+
behavior. Examples include a missing `group` aesthetic in `geom_boxplot()` (#3316),
24+
annotations across multiple facets (#3305), and not using aesthetic mappings when
25+
drawing ribbons with `geom_ribbon()` (#3318).
26+
1027
## New features
1128

1229
* This release includes a range of internal changes that speeds up plot

0 commit comments

Comments
 (0)