Docs: changelog entry for #3218

This commit is contained in:
Lovell Fuller 2022-05-15 17:12:51 +01:00
parent 54d9dc46f5
commit 8960eb8309

View File

@ -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'`).