From 808133e7dc0491f7a0715aeb57b0b7e95239758b Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Sat, 26 Feb 2022 19:40:17 +0000 Subject: [PATCH] Docs: changelog entry for #3110 --- docs/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 6bdfb3c4..1bb84e6e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -9,6 +9,10 @@ Requires libvips v8.12.2 * Improve performance and accuracy when compositing multiple images. [#2286](https://github.com/lovell/sharp/issues/2286) +* Ensure Windows C++ runtime is linked statically (regression in 0.30.0). + [#3110](https://github.com/lovell/sharp/pull/3110) + [@kleisauke](https://github.com/kleisauke) + ### v0.30.1 - 9th February 2022 * Allow use of `toBuffer` and `toFile` on the same instance.