From 8960eb8309629c1c97f06aa45e605dad8c97f0c1 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Sun, 15 May 2022 17:12:51 +0100 Subject: [PATCH] Docs: changelog entry for #3218 --- docs/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index fdb1094e0..fb275dd5d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -10,6 +10,10 @@ Requires libvips v8.12.2 [#3196](https://github.com/lovell/sharp/pull/3196) [@ankurparihar](https://github.com/ankurparihar) +* Fix rotate-then-extract for EXIF orientation 2. + [#3218](https://github.com/lovell/sharp/pull/3218) + [@jakob0fischl](https://github.com/jakob0fischl) + ### v0.30.4 - 18th April 2022 * Increase control over sensitivity to invalid images via `failOn`, deprecate `failOnError` (equivalent to `failOn: 'warning'`).