Skip to content

Commit

Permalink
Docs: changelog for #3178
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Apr 5, 2022
1 parent 9deac83 commit 0b11671
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/changelog.md
Expand Up @@ -8,16 +8,20 @@ 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)

* Add support for `TypedArray` input with `byteOffset` and `length`.
[#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.
Expand Down
3 changes: 3 additions & 0 deletions docs/humans.txt
Expand Up @@ -239,3 +239,6 @@ GitHub: https://github.com/christopherbradleybanks

Name: codepage949
GitHub: https://github.com/codepage949

Name: Chris Hranj
GitHub: https://github.com/Brodan

0 comments on commit 0b11671

Please sign in to comment.