Docs: changelog for #3332

This commit is contained in:
Lovell Fuller 2022-08-23 13:00:02 +01:00
parent 8583eb1235
commit 6e3f4c3c92

View File

@ -55,6 +55,10 @@ Requires libvips v8.13.0
* Ensure PNG bitdepth can be set for non-palette output.
[#3322](https://github.com/lovell/sharp/issues/3322)
* Add trim option to provide a specific background colour.
[#3332](https://github.com/lovell/sharp/pull/3332)
[@mart-jansink](https://github.com/mart-jansink)
* Ensure resized image is unpremultiplied before composite.
[#3334](https://github.com/lovell/sharp/issues/3334)