From 4fef7de801ef70a7265adb19b88c549b84b0d9b4 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 26 Aug 2019 20:45:52 +1000 Subject: [PATCH] Updated CHANGES.rst [ci skip] --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index f86d61b82..064497dcf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,9 @@ Changelog (Pillow) - This is the last Pillow release to support Python 2.7 #3642 +- Fix bug when merging identical images to GIF with a list of durations #4003 + [djy0, radarhere] + - Fix bug in TIFF loading of BufferedReader #3998 [chadawagner]