From 1d2864cc4113c862cb8a2d87e5cfab96fc0af2e8 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Thu, 10 Dec 2020 17:54:58 +0000 Subject: [PATCH] note HEIC fix in changelog see https://github.com/libvips/libvips/pull/1921 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 7deeeb98..22dcefb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,7 @@ - improve webpload rounding and blending behaviour [lovell] - fix range clip in int32 -> unsigned casts [ewelot] - fix precision error in clip of float -> int casts [ewelot] +- fix load of HEIC images with 0 length metadata [ddennedy-gpsw] 6/9/20 started 8.10.2 - update magicksave/load profile handling [kelilevi]