From e6db8dee0c7b60c39b259439fb61dd00f53402d4 Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 26 Mar 2019 17:56:43 +0200 Subject: [PATCH] Update CHANGES.rst --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 2ea4ef481..08cbc3b45 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,9 @@ Changelog (Pillow) - Python 2.7 support will be removed in Pillow 7.0.0 #3682 [hugovk] +- Fix deprecation warnings in Python 3.8 #3749 + [radarhere] + - Fixed GIF bug when rewinding to a non-zero frame #3716 [radarhere]