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.*",