Docs: changelog for #4441

This commit is contained in:
Lovell Fuller 2025-08-22 20:01:46 +01:00
parent 4164705113
commit 660bbdb1c0

View File

@ -8,3 +8,7 @@ slug: changelog/v0.34.4
* Ensure `autoOrient` removes existing metadata after shrink-on-load. * Ensure `autoOrient` removes existing metadata after shrink-on-load.
[#4431](https://github.com/lovell/sharp/issues/4431) [#4431](https://github.com/lovell/sharp/issues/4431)
* TypeScript: Ensure `KernelEnum` includes `linear`.
[#4441](https://github.com/lovell/sharp/pull/4441)
[@BayanBennett](https://github.com/BayanBennett)