Skip to content

Commit db292e6

Browse files
committed
mark the binning change as a breaking change
1 parent 2b22612 commit db292e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

NEWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
rather than in the layer method of `update_ggplot()`
2626
(previously `ggplot_add.Layer()`). This may affect code that accessed the
2727
`plot$labels` property (@teunbrand, #5894).
28+
* In binning stats, the default `boundary` is now chosen to better adhere to
29+
the `nbin` argument. This may affect plots that use default binning
30+
(@teunbrand, #5882, #5036)
2831

2932
### Lifecycle changes
3033

@@ -218,8 +221,6 @@
218221
aesthetics (@teunbrand, #2800, #3142, #5740, #3722).
219222
* All binning stats now use the `boundary`/`center` parametrisation rather
220223
than `origin`, following in `stat_bin()`'s footsteps (@teunbrand).
221-
* In `stat_bin()`, the default `boundary` is now chosen to better adhere to
222-
the `nbin` argument (@teunbrand, #5882, #5036)
223224
* Reintroduced `drop` argument to `stat_bin()` (@teunbrand, #3449)
224225
* `stat_bin()` now accepts functions for argument `breaks` (@aijordan, #4561)
225226
* `after_stat()` and `after_scale()` throw warnings when the computed aesthetics

0 commit comments

Comments
 (0)