Docs: changelog entry for #3615

This commit is contained in:
Lovell Fuller 2023-04-07 12:23:21 +01:00
parent 9ebbcc3701
commit 7b58ad9360

View File

@ -16,6 +16,10 @@ Requires libvips v8.14.2
* Ensure `linear` operation works with 16-bit input (regression in 0.31.3). * Ensure `linear` operation works with 16-bit input (regression in 0.31.3).
[#3605](https://github.com/lovell/sharp/issues/3605) [#3605](https://github.com/lovell/sharp/issues/3605)
* Install: ensure proxy URLs are logged correctly.
[#3615](https://github.com/lovell/sharp/pull/3615)
[@TomWis97](https://github.com/TomWis97)
### v0.32.0 - 24th March 2023 ### v0.32.0 - 24th March 2023
* Default to using sequential rather than random access read where possible. * Default to using sequential rather than random access read where possible.