Docs: changelog entry for #3110

This commit is contained in:
Lovell Fuller 2022-02-26 19:40:17 +00:00
parent 801b6fea6c
commit 808133e7dc

View File

@ -9,6 +9,10 @@ Requires libvips v8.12.2
* Improve performance and accuracy when compositing multiple images. * Improve performance and accuracy when compositing multiple images.
[#2286](https://github.com/lovell/sharp/issues/2286) [#2286](https://github.com/lovell/sharp/issues/2286)
* Ensure Windows C++ runtime is linked statically (regression in 0.30.0).
[#3110](https://github.com/lovell/sharp/pull/3110)
[@kleisauke](https://github.com/kleisauke)
### v0.30.1 - 9th February 2022 ### v0.30.1 - 9th February 2022
* Allow use of `toBuffer` and `toFile` on the same instance. * Allow use of `toBuffer` and `toFile` on the same instance.