diff --git a/docs/changelog.md b/docs/changelog.md index f75f40c9..c0fb2060 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,9 +8,6 @@ Requires libvips v8.12.2 * 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. [#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) [@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 * Allow `sharpen` options to be provided more consistently as an Object. diff --git a/docs/humans.txt b/docs/humans.txt index 55954e62..96bf0a42 100644 --- a/docs/humans.txt +++ b/docs/humans.txt @@ -239,3 +239,6 @@ GitHub: https://github.com/christopherbradleybanks Name: codepage949 GitHub: https://github.com/codepage949 + +Name: Chris Hranj +GitHub: https://github.com/Brodan