Update CHANGES.rst [ci skip]

This commit is contained in:
wiredfool 2014-11-12 22:15:26 -08:00
parent 212f9d7d8b
commit ad1b919342

View File

@ -3,6 +3,9 @@ Changelog (Pillow)
2.7.0 (unreleased)
------------------
- Use PyQt4 if it has already been imported, otherwise prefer PyQt5. #1003
[AurelienBallier]
- Speedup stretch implementation up to 2.5 times. #977
[homm]