From 93455f8eb51d3356262c4c9e846b4f4e29bc830f Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 16 Nov 2020 15:26:27 +0000 Subject: [PATCH] Docs: changelog entry for #2412 --- docs/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index e6904396..496c60d5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -10,6 +10,10 @@ Requires libvips v8.10.0 [#2336](https://github.com/lovell/sharp/pull/2336) [@guillevc](https://github.com/guillevc) +* Fallback to tar.gz for prebuilt libvips when Brotli not available. + [#2412](https://github.com/lovell/sharp/pull/2412) + [@ascorbic](https://github.com/ascorbic) + ### v0.26.2 - 14th October 2020 * Add support for EXR input. Requires libvips compiled with OpenEXR.