Update CHANGES.rst [ci-skip]

This commit is contained in:
wiredfool 2018-03-21 08:03:35 +00:00 committed by GitHub
parent fad1835f0a
commit 9386a414fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,27 @@ Changelog (Pillow)
5.1.0 (unreleased) 5.1.0 (unreleased)
------------------ ------------------
- Docs: Move intro text below its header #3021
[hugovk]
- CI: Rename appveyor.yml as .appveyor.yml #2978
[hugovk]
- Fix TypeError for JPEG2000 parser feed #3042
[hugovk]
- Certain corrupted jpegs can result in no data read #3023
[kkopachev]
- Add support for BLP file format #3007
[jleclanche]
- Simplify version checks #2998
[hugovk]
- Fix "invalid escape sequence" warning on Python 3.6+ #2996
[timgraham]
- Allow append_images to set .icns scaled images #3005 - Allow append_images to set .icns scaled images #3005
[radarhere] [radarhere]
@ -1198,7 +1219,7 @@ Changelog (Pillow)
- Change function declaration to match Tcl_CmdProc type #1966 - Change function declaration to match Tcl_CmdProc type #1966
[homm] [homm]
- Integer overflow checks on all calls to \*alloc #1781 - Integer overflow checks on all calls to *alloc #1781
[wiredfool] [wiredfool]
- Change equals method on Image so it short circuits #1967 - Change equals method on Image so it short circuits #1967