From b409f38be35dc3716796af68eaa164bbe80ec987 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 27 Mar 2019 09:47:42 +1100 Subject: [PATCH] Updated CHANGES.rst [ci skip] --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 08cbc3b4503..e2976e4c6ad 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] +- Added transparency for all PNG greyscale modes #3744 + [radarhere] + - Fix deprecation warnings in Python 3.8 #3749 [radarhere]