From 0306b80ef78aa8ab9f36f62cf2b8f21c3145e3d3 Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 27 Mar 2019 18:03:40 +0200 Subject: [PATCH] Update CHANGES.rst --- CHANGES.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index e2976e4c6..478d434c5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,15 @@ Changelog (Pillow) - Python 2.7 support will be removed in Pillow 7.0.0 #3682 [hugovk] +- Allow RGB and RGBA values for new P images #3719 + [radarhere] + +- Fixed TIFF bug when seeking backwards and then forwards #3713 + [radarhere] + +- Cache EXIF information #3498 + [Glandos] + - Added transparency for all PNG greyscale modes #3744 [radarhere]