Changelog entry, credit and doc update for #1835

This commit is contained in:
Lovell Fuller
2019-08-14 20:17:31 +01:00
parent 4ae8999f62
commit e4333ff6b0
10 changed files with 8 additions and 1 deletions

View File

@@ -13,6 +13,10 @@ Requires libvips v8.8.1.
[#1834](https://github.com/lovell/sharp/pull/1834)
[@jaubourg](https://github.com/jaubourg)
* Add `premultiplied` option to `composite` operation.
[#1835](https://github.com/lovell/sharp/pull/1835)
[@Andargor](https://github.com/Andargor)
* Ensure image is at least 3x3 pixels before attempting trim operation.
#### v0.23.0 - 29<sup>th</sup> July 2019

View File

@@ -126,6 +126,7 @@ the help and code contributions of the following people:
* [Michael B. Klein](https://github.com/mbklein)
* [Jakub Michálek](https://github.com/Goues)
* [Ilya Ovdin](https://github.com/iovdin)
* [Andargor](https://github.com/Andargor)
Thank you!