From 6e3f4c3c921ed028c4f9ba773e53e15664a60cf8 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 23 Aug 2022 13:00:02 +0100 Subject: [PATCH] Docs: changelog for #3332 --- docs/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index a4835faf..38597e33 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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)