From 0b116715aa9052af442fd053aa7997f65be09665 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 5 Apr 2022 21:11:06 +0100 Subject: [PATCH] Docs: changelog for #3178 --- docs/changelog.md | 10 +++++++--- docs/humans.txt | 3 +++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index f75f40c94..c0fb20602 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 55954e626..96bf0a42f 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