Add credit and changelog for #732

This commit is contained in:
Lovell Fuller 2017-03-16 07:37:05 +00:00
parent 72f69dda30
commit 6b1d698448
3 changed files with 7 additions and 1 deletions

View File

@ -14,6 +14,10 @@ Requires libvips v8.4.2.
[#470](https://github.com/lovell/sharp/issues/470) [#470](https://github.com/lovell/sharp/issues/470)
[@pjarts](https://github.com/pjarts) [@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 - 11<sup>th</sup> February 2017 #### v0.17.2 - 11<sup>th</sup> February 2017
* Ensure Readable side of Stream can start flowing after Writable side has finished. * Ensure Readable side of Stream can start flowing after Writable side has finished.

View File

@ -97,6 +97,7 @@ the help and code contributions of the following people:
* [Matthias Thoemmes](https://github.com/cmtt) * [Matthias Thoemmes](https://github.com/cmtt)
* [Patrick Paskaris](https://github.com/ppaskaris) * [Patrick Paskaris](https://github.com/ppaskaris)
* [Jérémy Lal](https://github.com/kapouer) * [Jérémy Lal](https://github.com/kapouer)
* [Alice Monday](https://github.com/alice0meta)
Thank you! Thank you!

View File

@ -32,7 +32,8 @@
"Matthias Thoemmes <thoemmes@gmail.com>", "Matthias Thoemmes <thoemmes@gmail.com>",
"Patrick Paskaris <patrick@paskaris.gr>", "Patrick Paskaris <patrick@paskaris.gr>",
"Jérémy Lal <kapouer@melix.org>", "Jérémy Lal <kapouer@melix.org>",
"Rahul Nanwani <r.nanwani@gmail.com>" "Rahul Nanwani <r.nanwani@gmail.com>",
"Alice Monday <alice0meta@gmail.com>"
], ],
"scripts": { "scripts": {
"clean": "rm -rf node_modules/ build/ vendor/ coverage/ test/fixtures/output.*", "clean": "rm -rf node_modules/ build/ vendor/ coverage/ test/fixtures/output.*",