From 758d7e63cc790613499b6b85d696f871589ea8d5 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 5 May 2025 13:19:10 +0100 Subject: [PATCH] Docs: changelog entry for #4387 --- docs/src/content/docs/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/content/docs/changelog.md b/docs/src/content/docs/changelog.md index a4eb97db..d45e433e 100644 --- a/docs/src/content/docs/changelog.md +++ b/docs/src/content/docs/changelog.md @@ -14,6 +14,10 @@ Requires libvips v8.16.1 * Ensure `pdfBackground` constructor property is used. [#4207](https://github.com/lovell/sharp/pull/4207) +* TypeScript: Ensure `smartDeblock` property is included in WebP definition. + [#4387](https://github.com/lovell/sharp/pull/4387) + [@Stephen-X](https://github.com/Stephen-X) + ### v0.34.1 - 7th April 2025 * TypeScript: Ensure new `autoOrient` property is optional.