From 76ded7fd284a0d2934a49879e44425450403da22 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Sun, 28 Jul 2019 17:39:30 +0100 Subject: [PATCH] Changelog entry and credit for #1755 --- docs/changelog.md | 4 ++++ docs/index.md | 1 + package.json | 3 ++- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 49976c26..b9429f16 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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. diff --git a/docs/index.md b/docs/index.md index 1190f605..f6e6c5f3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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! diff --git a/package.json b/package.json index bf36f1c7..0ff58fa3 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,8 @@ "Julian Aubourg ", "Keith Belovay ", "Michael B. Klein ", - "Jordan Prudhomme " + "Jordan Prudhomme ", + "Ilya Ovdin " ], "scripts": { "install": "(node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)",