From b7ff2645c4ff5283e47b840a3e6d338fb3ea097b Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 6 Jan 2025 11:23:25 +0000 Subject: [PATCH] Docs: highlight possibly breaking changes in next release --- docs/changelog.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 37a4ffa3..9cc0280d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,18 +4,18 @@ Requires libvips v8.16.0 -### v0.33.6 - TBD +### v0.34.0 - TBD + +* Breaking: Support `info.size` on wide-character systems via upgrade to C++17. + [#3943](https://github.com/lovell/sharp/issues/3943) + +* Breaking: Ensure `background` metadata can be parsed by `color` package. + [#4090](https://github.com/lovell/sharp/issues/4090) * Add `isPalette` and `bitsPerSample` to metadata, deprecate `paletteBitDepth`. * Expose WebP `smartDeblock` output option. -* Support `info.size` on wide-character systems via upgrade to C++17. - [#3943](https://github.com/lovell/sharp/issues/3943) - -* Ensure `background` metadata can be parsed by `color` package. - [#4090](https://github.com/lovell/sharp/issues/4090) - * TypeScript: Ensure channel counts use the correct range. [#4197](https://github.com/lovell/sharp/pull/4197) [@DavidVaness](https://github.com/DavidVaness)