From 3d01775972f71ff677b259f05dde1127dbe68f1a Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 14 Aug 2023 13:29:00 +0100 Subject: [PATCH] Docs: changelog entries for #3748 #3755 #3758 --- docs/changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 2e6f0834..23c1b34a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,20 @@ Requires libvips v8.14.3 +### v0.32.5 - TBD + +* TypeScript: Add missing `WebpPresetEnum` to definitions. + [#3748](https://github.com/lovell/sharp/pull/3748) + [@pilotso11](https://github.com/pilotso11) + +* Ensure compilation using musl v1.2.4. + [#3755](https://github.com/lovell/sharp/pull/3755) + [@kleisauke](https://github.com/kleisauke) + +* TypeScript: Ensure `minSize` property of `WebpOptions` is boolean. + [#3758](https://github.com/lovell/sharp/pull/3758) + [@sho-xizz](https://github.com/sho-xizz) + ### v0.32.4 - 21st July 2023 * Upgrade to libvips v8.14.3 for upstream bug fixes.