Update CHANGES.rst [ci skip]

This commit is contained in:
wiredfool 2017-12-18 13:52:19 +00:00 committed by GitHub
parent 384da7dbd8
commit 2cb6523899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,9 @@ Changelog (Pillow)
4.4.0 (unreleased)
------------------
- Remove unnecessary bool() calls in Image.registered_extensions and skipKnownBadTests #2891
[jdufresne]
- Fix count of BITSPERSAMPLE items in broken TIFF files #2883
[homm]