Changelog entry for #1601

This commit is contained in:
Lovell Fuller 2019-03-25 08:32:20 +00:00
parent 3f4398457f
commit fc178de309
2 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,12 @@
Requires libvips v8.7.4. Requires libvips v8.7.4.
#### v0.22.1 - TBD
* Add `modulate` operation for brightness, saturation and hue.
[#1601](https://github.com/lovell/sharp/pull/1601)
[@Goues](https://github.com/Goues)
#### v0.22.0 - 18<sup>th</sup> March 2019 #### v0.22.0 - 18<sup>th</sup> March 2019
* Remove functions previously deprecated in v0.21.0: * Remove functions previously deprecated in v0.21.0:

View File

@ -124,6 +124,7 @@ the help and code contributions of the following people:
* [Julian Aubourg](https://github.com/jaubourg) * [Julian Aubourg](https://github.com/jaubourg)
* [Keith Belovay](https://github.com/fromkeith) * [Keith Belovay](https://github.com/fromkeith)
* [Michael B. Klein](https://github.com/mbklein) * [Michael B. Klein](https://github.com/mbklein)
* [Jakub Michálek](https://github.com/Goues)
Thank you! Thank you!