Docs: changelog for #3178

This commit is contained in:
Lovell Fuller 2022-04-05 21:11:06 +01:00
parent 9deac83322
commit 0b116715aa
2 changed files with 10 additions and 3 deletions

View File

@ -8,9 +8,6 @@ Requires libvips v8.12.2
* Increase control over sensitivity to invalid images via `failOn`, deprecate `failOnError` (equivalent to `failOn: 'warning'`). * Increase control over sensitivity to invalid images via `failOn`, deprecate `failOnError` (equivalent to `failOn: 'warning'`).
* Improve error message when attempting to render SVG input greater than 32767x32767.
[#3167](https://github.com/lovell/sharp/issues/3167)
* Ensure `create` input image has correct bit depth and colour space. * Ensure `create` input image has correct bit depth and colour space.
[#3139](https://github.com/lovell/sharp/issues/3139) [#3139](https://github.com/lovell/sharp/issues/3139)
@ -18,6 +15,13 @@ Requires libvips v8.12.2
[#3146](https://github.com/lovell/sharp/pull/3146) [#3146](https://github.com/lovell/sharp/pull/3146)
[@codepage949](https://github.com/codepage949) [@codepage949](https://github.com/codepage949)
* Improve error message when attempting to render SVG input greater than 32767x32767.
[#3167](https://github.com/lovell/sharp/issues/3167)
* Add missing file name to 'Input file is missing' error message.
[#3178](https://github.com/lovell/sharp/pull/3178)
[@Brodan](https://github.com/Brodan)
### v0.30.3 - 14th March 2022 ### v0.30.3 - 14th March 2022
* Allow `sharpen` options to be provided more consistently as an Object. * Allow `sharpen` options to be provided more consistently as an Object.

View File

@ -239,3 +239,6 @@ GitHub: https://github.com/christopherbradleybanks
Name: codepage949 Name: codepage949
GitHub: https://github.com/codepage949 GitHub: https://github.com/codepage949
Name: Chris Hranj
GitHub: https://github.com/Brodan