Update CHANGES.rst [ci skip]

This commit is contained in:
wiredfool 2014-11-27 10:28:28 -08:00
parent e16ee15f2c
commit 9d14ae4fa4

View File

@ -3,6 +3,9 @@ Changelog (Pillow)
2.7.0 (unreleased)
------------------
- Replace affine-based im.resize implementation with convolution-based im.stretch #997
[homm]
- Replace Gaussian Blur implementation with iterated fast box blur. #961 Note: Radius parameter is interpreted differently than before.
[homm]