Update CHANGES.rst [ci skip]

This commit is contained in:
wiredfool 2016-01-31 17:10:49 +00:00
parent 7d1df35089
commit d6bbe29532

View File

@ -4,6 +4,24 @@ Changelog (Pillow)
3.2.0 (unreleased)
------------------
- Allow ImageSequence to seek to zero #1686
[radarhere]
- ImageSequence Iterator is now an iterator #1649
[radarhere]
- Updated windows test builds to jpeg9b
[radarhere]
- Fixed support for .gbr version 1 images, added support for version 2 in GbrImagePlugin #1653
[wiredfool]
- Clarified which YCbCr format is used #1677
[radarhere]
- Added TiffTags documentation, Moved windows build documentation to winbuild/ #1667
[wiredfool]
- Add tests for OLE file based formats #1678
[radarhere]