From 660bbdb1c0789fb4fcf99e51c2a3ad84c7026782 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Fri, 22 Aug 2025 20:01:46 +0100 Subject: [PATCH] Docs: changelog for #4441 --- docs/src/content/docs/changelog/v0.34.4.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/content/docs/changelog/v0.34.4.md b/docs/src/content/docs/changelog/v0.34.4.md index 9855b09b..54d9d0eb 100644 --- a/docs/src/content/docs/changelog/v0.34.4.md +++ b/docs/src/content/docs/changelog/v0.34.4.md @@ -8,3 +8,7 @@ slug: changelog/v0.34.4 * Ensure `autoOrient` removes existing metadata after shrink-on-load. [#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)