Docs: changelog and credit for #3146

This commit is contained in:
Lovell Fuller 2022-03-28 21:32:38 +01:00
parent c3a0d5f5d0
commit b0ca23c3e7
2 changed files with 7 additions and 0 deletions

View File

@ -9,6 +9,10 @@ Requires libvips v8.12.2
* 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)
### v0.30.3 - 14th March 2022
* Allow `sharpen` options to be provided more consistently as an Object.

View File

@ -236,3 +236,6 @@ GitHub: https://github.com/gforge
Name: Chris Banks
GitHub: https://github.com/christopherbradleybanks
Name: codepage949
GitHub: https://github.com/codepage949