Update CHANGES.rst

This commit is contained in:
wiredfool 2014-11-07 14:00:35 -08:00
parent cfbe49f124
commit fda52daa32

View File

@ -3,6 +3,9 @@ Changelog (Pillow)
2.7.0 (unreleased)
------------------
- Speed up rotation by using cache aware loops, added transpose to rotations. #994
[homm]
- Fix Bicubic interpolation #970
[homm]