Skip to content

Commit dcb7308

Browse files
committed
docs: changelog for bins validation
1 parent df2348a commit dcb7308

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- feat: `labs()` fields default to `auto`; pass `none` to suppress an axis or legend title and reclaim the space it reserved. (#12)
1313
- feat: `element-blank()` on a text surface (axis, plot, or legend title) collapses the space the text would reserve. (#12)
1414
- feat: `width`/`height` accept `auto` to fill the available space of a bounded container. (#10)
15+
- fix: binning geoms reject a non-positive `bins` with a clear error instead of dividing by zero. (#38)
1516
- fix: contour stats skip incomplete cells when the `(x, y, z)` grid is sparse instead of panicking. (#37)
1617
- fix: `scale-*-manual()` with an empty `values` array reports a clear error instead of an opaque divide-by-zero. (#36)
1718
- fix: number formatters carry a fraction that rounds up to a whole unit (e.g., `0.9999995` no longer renders as `0.1`), and `format-scientific` keeps its mantissa in `[1, 10)`. (#35)

0 commit comments

Comments
 (0)