Changelog entry and credit for #1755

This commit is contained in:
Lovell Fuller 2019-07-28 17:39:30 +01:00
parent a0d1a7be50
commit 76ded7fd28
3 changed files with 7 additions and 1 deletions

View File

@ -27,6 +27,10 @@ Requires libvips v8.8.1.
* Allow use of failOnError option with Stream-based input.
[#1691](https://github.com/lovell/sharp/issues/1691)
* Fix rotate/extract ordering for non-90 angles.
[#1755](https://github.com/lovell/sharp/pull/1755)
[@iovdin](https://github.com/iovdin)
### v0.22 - "*uptake*"
Requires libvips v8.7.4.

View File

@ -125,6 +125,7 @@ the help and code contributions of the following people:
* [Keith Belovay](https://github.com/fromkeith)
* [Michael B. Klein](https://github.com/mbklein)
* [Jakub Michálek](https://github.com/Goues)
* [Ilya Ovdin](https://github.com/iovdin)
Thank you!

View File

@ -60,7 +60,8 @@
"Julian Aubourg <j@ubourg.net>",
"Keith Belovay <keith@picthrive.com>",
"Michael B. Klein <mbklein@gmail.com>",
"Jordan Prudhomme <jordan@raboland.fr>"
"Jordan Prudhomme <jordan@raboland.fr>",
"Ilya Ovdin <iovdin@gmail.com>"
],
"scripts": {
"install": "(node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)",