Docs: changelog and credit #3261 #3267

This commit is contained in:
Lovell Fuller 2022-06-21 07:35:28 +01:00
parent a333b87f5d
commit 8bb30d7801
2 changed files with 14 additions and 0 deletions

View File

@ -9,6 +9,14 @@ Requires libvips v8.12.2
* Ensure tiled composition always works with outside resizing. * Ensure tiled composition always works with outside resizing.
[#3227](https://github.com/lovell/sharp/issues/3227) [#3227](https://github.com/lovell/sharp/issues/3227)
* Allow WebP encoding effort of 0.
[#3261](https://github.com/lovell/sharp/pull/3261)
[@AlexanderTheGrey](https://github.com/AlexanderTheGrey)
* Prevent upsampling via libwebp.
[#3267](https://github.com/lovell/sharp/pull/3267)
[@blacha](https://github.com/blacha)
### v0.30.6 - 30th May 2022 ### v0.30.6 - 30th May 2022
* Allow values for `limitInputPixels` larger than 32-bit. * Allow values for `limitInputPixels` larger than 32-bit.

View File

@ -248,3 +248,9 @@ GitHub: https://github.com/ankurparihar
Name: Joona Heinikoski Name: Joona Heinikoski
GitHub: https://github.com/joonamo GitHub: https://github.com/joonamo
Name: AlexanderTheGrey
GitHub: https://github.com/AlexanderTheGrey
Name: Blayne Chard
GitHub: https://github.com/blacha