Docs: changelog and credit for #3303

This commit is contained in:
Lovell Fuller 2022-08-20 10:27:31 +01:00
parent 74e3f73934
commit a44168c8c7
2 changed files with 7 additions and 0 deletions

View File

@ -44,6 +44,10 @@ Requires libvips v8.13.0
* Ensure only properties owned by the `withMetadata` EXIF Object are parsed. * Ensure only properties owned by the `withMetadata` EXIF Object are parsed.
[#3292](https://github.com/lovell/sharp/issues/3292) [#3292](https://github.com/lovell/sharp/issues/3292)
* Expand `linear` operation to allow use of per-channel arrays.
[#3303](https://github.com/lovell/sharp/pull/3303)
[@antonmarsden](https://github.com/antonmarsden)
* Ensure the order of `rotate`, `resize` and `extend` operations is respected where possible. * Ensure the order of `rotate`, `resize` and `extend` operations is respected where possible.
Emit warnings when previous calls in the same pipeline will be ignored. Emit warnings when previous calls in the same pipeline will be ignored.
[#3319](https://github.com/lovell/sharp/issues/3319) [#3319](https://github.com/lovell/sharp/issues/3319)

View File

@ -257,3 +257,6 @@ GitHub: https://github.com/blacha
Name: Brahim Name: Brahim
GitHub: https://github.com/brahima GitHub: https://github.com/brahima
Name: Anton Marsden
GitHub: https://github.com/antonmarsden