Update CHANGES.rst [ci skip]

This commit is contained in:
Andrew Murray 2018-11-17 12:31:15 +11:00
parent 9eb36da0b8
commit 68343197b1

View File

@ -5,6 +5,9 @@ Changelog (Pillow)
5.4.0 (unreleased)
------------------
- Check quality_layers type #3464
[radarhere]
- Add context manager, __del__ and close methods to TarIO #3455
[radarhere]
@ -26,9 +29,12 @@ Changelog (Pillow)
- Change tuple background to global color table index when saving as GIF #3385
[radarhere]
- Flake8 fixes #3422
- Test: Improved ImageGrab tests #3424
[radarhere]
- Flake8 fixes #3422, #3440
[radarhere, hugovk]
- Only ask for YCbCr->RGB libtiff conversion for jpeg-compressed tiffs #3417
[kkopachev]