From 6b1d698448b3b01a5191fbc8c64b855f574ddceb Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Thu, 16 Mar 2017 07:37:05 +0000 Subject: [PATCH] Add credit and changelog for #732 --- 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 169e19bb..b9cc3501 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -14,6 +14,10 @@ Requires libvips v8.4.2. [#470](https://github.com/lovell/sharp/issues/470) [@pjarts](https://github.com/pjarts) +* Add support for the "nearest" kernel for image reductions. + [#732](https://github.com/lovell/sharp/pull/732) + [@alice0meta](https://github.com/alice0meta) + #### v0.17.2 - 11th February 2017 * Ensure Readable side of Stream can start flowing after Writable side has finished. diff --git a/docs/index.md b/docs/index.md index f6d615e7..fe5b442f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -97,6 +97,7 @@ the help and code contributions of the following people: * [Matthias Thoemmes](https://github.com/cmtt) * [Patrick Paskaris](https://github.com/ppaskaris) * [Jérémy Lal](https://github.com/kapouer) +* [Alice Monday](https://github.com/alice0meta) Thank you! diff --git a/package.json b/package.json index 4afc64d8..34d2dc56 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,8 @@ "Matthias Thoemmes ", "Patrick Paskaris ", "Jérémy Lal ", - "Rahul Nanwani " + "Rahul Nanwani ", + "Alice Monday " ], "scripts": { "clean": "rm -rf node_modules/ build/ vendor/ coverage/ test/fixtures/output.*",