Skip to content

Commit

Permalink
Docs: highlight possibly breaking changes in next release
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Jan 6, 2025
1 parent 79ac524 commit b7ff264
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@

Requires libvips v8.16.0

### v0.33.6 - TBD
### v0.34.0 - TBD

* 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.
* Breaking: 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.
* 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.

* TypeScript: Ensure channel counts use the correct range.
[#4197](https://github.com/lovell/sharp/pull/4197)
[@DavidVaness](https://github.com/DavidVaness)
Expand Down

0 comments on commit b7ff264

Please sign in to comment.