Updated Changes.rst [ci skip]

This commit is contained in:
wiredfool 2016-09-22 10:13:02 +01:00 committed by GitHub
parent 69ee1e35b8
commit 4b6c728971

View File

@ -4,6 +4,18 @@ Changelog (Pillow)
3.4.0 (unreleased)
------------------
- Speedup paste with masks up to 80% #2015
[homm]
- Rewrite DDS decoders in C, add DXT3 and BC7 decoders #2068
[Mischanix]
- Fix PyArg_ParseTuple format in getink() #2070
[arjennienhuis]
- Fix saving originally missing TIFF tags. #2111
[anntzer]
- Allow pathlib.Path in Image.open on Python 2.7 #2110
[patricksnape]