Allow use of toBuffer+toFile w/ same instance #3044

This commit is contained in:
Lovell Fuller
2022-02-03 22:01:46 +00:00
parent 2b01951306
commit 424660278d
3 changed files with 18 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ Requires libvips v8.12.2
### v0.30.1 - TBD
* Allow use of `toBuffer` and `toFile` on the same instance.
[#3044](https://github.com/lovell/sharp/issues/3044)
* Skip shrink-on-load for known libjpeg rounding errors.
[#3066](https://github.com/lovell/sharp/issues/3066)