From 7b58ad9360ed317d1d70b8a28fc034ab4ec58252 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Fri, 7 Apr 2023 12:23:21 +0100 Subject: [PATCH] Docs: changelog entry for #3615 --- docs/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 2625b93ce..5379f4e13 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -16,6 +16,10 @@ Requires libvips v8.14.2 * Ensure `linear` operation works with 16-bit input (regression in 0.31.3). [#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 * Default to using sequential rather than random access read where possible.