Update CHANGES.rst [ci skip]

This commit is contained in:
wiredfool 2017-12-19 16:00:18 +00:00 committed by GitHub
parent d42b57cf1e
commit 1ac4da5197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,15 @@ Changelog (Pillow)
4.4.0 (unreleased)
------------------
- Removed check parameter from _save in BmpImagePlugin, PngImagePlugin, ImImagePlugin, PalmImagePlugin, and PcxImagePlugin. #2873
[radarhere]
- Make PngImagePlugin.add_text() zip argument type bool #2890
[jdufresne]
- Depends: Updated libwebp to 0.6.1 #2880
[radarhere]
- Remove unnecessary bool() calls in Image.registered_extensions and skipKnownBadTests #2891
[jdufresne]