Ensure greyscale images can be trimmed #3386

This commit is contained in:
Lovell Fuller
2022-09-26 10:15:25 +01:00
parent 70e6bb0162
commit d1004eed02
3 changed files with 39 additions and 7 deletions

View File

@@ -19,6 +19,9 @@ Requires libvips v8.13.1
* Ensure AVIF output is always 8-bit.
[#3358](https://github.com/lovell/sharp/issues/3358)
* Ensure greyscale images can be trimmed (regression in 0.31.0).
[#3386](https://github.com/lovell/sharp/issues/3386)
### v0.31.0 - 5th September 2022
* Drop support for Node.js 12, now requires Node.js >= 14.15.0.