Update CHANGES.rst [ci skip]

This commit is contained in:
wiredfool 2017-10-02 09:50:20 +01:00 committed by GitHub
parent 1b12310126
commit a76ec58790

View File

@ -4,7 +4,16 @@ Changelog (Pillow)
4.3.0 (unreleased)
------------------
- Update to #2638, add 16bit/rle support to SgiImageFile #2769
- Use correct Windows handle type on 64 bit in imagingcms #2774
[cgohlke]
- 64 Bit Windows fix for block storage #2773
[cgohlke]
- Fix "expression result unused" warning #2764
[radarhere]
- Add 16bit Read/Write and RLE read support to SgiImageFile #2769
[jbltx, wiredfool]
- Block & array hybrid storage #2738