Update CHANGES.rst

This commit is contained in:
Hugo 2019-03-12 11:39:46 +02:00 committed by GitHub
parent b3587f0fb7
commit 24931d57b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]