Emit 'warning' event for non-critical problems #2032

This commit is contained in:
Lovell Fuller
2020-06-12 13:46:12 +01:00
parent 8f5495a446
commit 19980190f7
3 changed files with 19 additions and 2 deletions

View File

@@ -24,6 +24,9 @@ Requires libvips v8.9.1
* Add experimental `sharpness` calculation to `stats()` response.
[#2251](https://github.com/lovell/sharp/issues/2251)
* Emit `warning` event for non-critical processing problems.
[#2032](https://github.com/lovell/sharp/issues/2032)
### v0.25.3 - 17th May 2020
* Ensure libvips is initialised only once, improves worker thread safety.