Changelog entry for #1687

This commit is contained in:
Lovell Fuller 2019-07-12 12:15:24 +01:00
parent 6c02949fc1
commit 38402d3185

View File

@ -17,6 +17,10 @@ Requires libvips v8.8.0.
* Drop support for Node.js versions 6 and 11. * Drop support for Node.js versions 6 and 11.
[#1674](https://github.com/lovell/sharp/issues/1674) [#1674](https://github.com/lovell/sharp/issues/1674)
* Expose `skipBlanks` option for tile-based output.
[#1687](https://github.com/lovell/sharp/pull/1687)
[@RaboliotTheGrey](https://github.com/RaboliotTheGrey)
* Allow use of failOnError option with Stream-based input. * Allow use of failOnError option with Stream-based input.
[#1691](https://github.com/lovell/sharp/issues/1691) [#1691](https://github.com/lovell/sharp/issues/1691)