From deb5d812210892c679951f50130192bccab77523 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 6 Sep 2021 16:30:31 +0100 Subject: [PATCH] Docs: changelog entries for #2878 #2879 --- docs/changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 1e51bbaa1..bf6acf09c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -24,6 +24,14 @@ Requires libvips v8.11.3 * Remove unsupported animation properties from AVIF output. [#2870](https://github.com/lovell/sharp/issues/2870) +* Resolve paths before comparing input/output filenames. + [#2878](https://github.com/lovell/sharp/pull/2878) + [@rexxars](https://github.com/rexxars) + +* Allow use of speed 9 (fastest) for HEIF encoding. + [#2879](https://github.com/lovell/sharp/pull/2879) + [@rexxars](https://github.com/rexxars) + ### v0.29.0 - 17th August 2021 * Drop support for Node.js 10, now requires Node.js >= 12.13.0.