TypeScript: Ensure channel counts use the correct range #4197

This commit is contained in:
David Vaness
2024-08-23 12:09:15 +02:00
committed by Lovell Fuller
parent a53d7cb6bf
commit 1533bf995a
2 changed files with 12 additions and 6 deletions

View File

@@ -8,6 +8,10 @@ Requires libvips v8.15.5-rc1
* Upgrade to libvips v8.15.5-rc1 for upstream bug fixes.
* TypeScript: Ensure channel counts use the correct range.
[#4197](https://github.com/lovell/sharp/pull/4197)
[@DavidVaness](https://github.com/DavidVaness)
* Improve support for ppc64le architecture.
[#4203](https://github.com/lovell/sharp/pull/4203)
[@sumitd2](https://github.com/sumitd2)