Changelog and credit for #1285 #1290

This commit is contained in:
Lovell Fuller
2018-07-10 16:12:16 +01:00
parent 8b75ce6786
commit 4589b15dea
3 changed files with 15 additions and 1 deletions

View File

@@ -4,6 +4,16 @@
Requires libvips v8.6.1.
#### v0.20.6 - TBD
* Expose mozjpeg quant_table flag.
[#1285](https://github.com/lovell/sharp/pull/1285)
[@rexxars](https://github.com/rexxars)
* Allow full WebP alphaQuality range of 0-100.
[#1290](https://github.com/lovell/sharp/pull/1290)
[@sylvaindumont](https://github.com/sylvaindumont)
#### v0.20.5 - 27<sup>th</sup> June 2018
* Expose libjpeg optimize_coding flag.

View File

@@ -113,6 +113,8 @@ the help and code contributions of the following people:
* [Thomas Parisot](https://github.com/oncletom)
* [Nathan Graves](https://github.com/woolite64)
* [Tom Lokhorst](https://github.com/tomlokhorst)
* [Espen Hovlandsdal](https://github.com/rexxars)
* [Sylvain Dumont](https://github.com/sylvaindumont)
Thank you!