Update CHANGES.rst [ci skip]

This commit is contained in:
Andrew Murray 2019-02-21 19:25:27 +11:00
parent 5d9898b686
commit e9fd0192fa

View File

@ -5,12 +5,15 @@ Changelog (Pillow)
6.0.0 (unreleased)
------------------
- Deprecate support for PyQt4 and PySide #3655
[hugovk, radarhere]
- Add TIFF compression codecs: LZMA, Zstd, WebP #3555
[cgohlke]
- Fixed pickling of iTXt class with protocol > 1 #3537
[radarhere]
- _util.isPath returns True for pathlib.Path objects #3616
[wbadart]