From 8593cd2d026cafb1ebdb1055587c0e4e8a88ccad Mon Sep 17 00:00:00 2001 From: wiredfool Date: Thu, 27 Nov 2014 10:33:19 -0800 Subject: [PATCH] Update CHANGES.rst [ci skip] --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 972be2845..fe13825a2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,10 @@ Changelog (Pillow) 2.7.0 (unreleased) ------------------ + +- Use PySide as an alernative to PyQt4/5. + [holg] + - Replace affine-based im.resize implementation with convolution-based im.stretch #997 [homm]