Skip to content

Commit 6c37068

Browse files
committed
add news bullet
1 parent 552d41a commit 6c37068

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# ggplot2 (development version)
22

3+
* In continuous scales, when `breaks` is a function and `n.breaks` is set, the
4+
`n.breaks` will be passed to the `breaks` function. Previously, `n.breaks`
5+
only applied to the default break calculation (@teunbrand, #5972)
36
* (internal) New `Facet$draw_panel_content()` method for delegating panel
47
assembly (@Yunuuuu, #6406).
58
* Facet gains a new method `setup_panel_params` to interact with the

0 commit comments

Comments
 (0)