Updated Changes.rst [ci skip]

This commit is contained in:
wiredfool 2016-04-01 11:39:38 +01:00
parent 26970c5e21
commit 0129c50933

View File

@ -4,6 +4,27 @@ Changelog (Pillow)
3.2.0 (unreleased)
------------------
- Fixed TIFF multiframe load when the frames have different compression types #1782
[radarhere, geka000]
- Added __copy__ method to Image #1772
[radarhere]
- Updated dates in PIL license in OleFileIO README #1787
[radarhere]
- Corrected Tiff tag names #1786
[radarhere]
- Fixed documented name of JPEG property #1783
[radarhere]
- Fixed UnboundLocalErrorwhen loading a corrupt jpeg2k file #1780
[wiredfool]
- Fixed integer overflow in path.c #1773
[wiredfool, nedwill]
- Added debug to command line help text for pilprint #1766
[radarhere]