Add changelog and credit for #1265

This commit is contained in:
Lovell Fuller 2018-06-27 07:54:41 +01:00
parent 3d7e8ef432
commit 80189ed689
3 changed files with 9 additions and 1 deletions

View File

@ -4,6 +4,12 @@
Requires libvips v8.6.1.
#### v0.20.5 - TBD
* Expose libjpeg optimize_coding flag.
[#1265](https://github.com/lovell/sharp/pull/1265)
[@tomlokhorst](https://github.com/tomlokhorst)
#### v0.20.4 - 20<sup>th</sup> June 2018
* Prevent possible rounding error when using shrink-on-load and 90/270 degree rotation.

View File

@ -112,6 +112,7 @@ the help and code contributions of the following people:
* [Rik Heywood](https://github.com/rikh42)
* [Thomas Parisot](https://github.com/oncletom)
* [Nathan Graves](https://github.com/woolite64)
* [Tom Lokhorst](https://github.com/tomlokhorst)
Thank you!

View File

@ -48,7 +48,8 @@
"Andrea Bianco <andrea.bianco@unibas.ch>",
"Rik Heywood <rik@rik.org>",
"Thomas Parisot <hi@oncletom.io>",
"Nathan Graves <nathanrgraves+github@gmail.com>"
"Nathan Graves <nathanrgraves+github@gmail.com>",
"Tom Lokhorst <tom@lokhorst.eu>"
],
"scripts": {
"install": "(node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)",