From 24931d57b0884c6b00a81ea835ab18bb44763b5c Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 12 Mar 2019 11:39:46 +0200 Subject: [PATCH] Update CHANGES.rst --- CHANGES.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 8c7592050..55b07a954 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,12 @@ Changelog (Pillow) - Python 2.7 support will be removed in Pillow 7.0.0 #3682 [hugovk] +- Add support for BMP RGBA bitfield compression #3705 + [radarhere] + +- Added ability to set language for text rendering #3693 + [iwsfutcmd] + - Only close exclusive fp on Image __exit__ #3698 [radarhere]