From 9fc611f25759146ed4d2659a21c3dc74b158a063 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 22 Mar 2021 20:30:42 +0000 Subject: [PATCH] Docs: changelog entries for #2594 #2608 --- docs/changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index c904d2bc..5a04ea7e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -16,6 +16,14 @@ Requires libvips v8.10.6 * Reduce concurrency on glibc-based Linux when using the default memory allocator to help prevent fragmentation. +* Ensure composite does not clip top and left offsets. + [#2594](https://github.com/lovell/sharp/pull/2594) + [@SHG42](https://github.com/SHG42) + +* Improve error handling of network failure at install time. + [#2608](https://github.com/lovell/sharp/pull/2608) + [@abradley](https://github.com/abradley) + * Ensure `@id` attribute can be set for IIIF tile-based output. [#2612](https://github.com/lovell/sharp/issues/2612) [@edsilv](https://github.com/edsilv)