From 581014e68db065e5ef2672a856d5e86fe3ab7ab8 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Thu, 25 Aug 2016 12:26:04 +0100 Subject: [PATCH] Updated Changes.rst [ci skip] --- CHANGES.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index f89cccbfd..023445d11 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,24 @@ Changelog (Pillow) 3.4.0 (unreleased) ------------------ +- Added return for J2k (and fpx) Load to return a pixel access object #2061 + [wiredfool] + +- Skip failing numpy tests on Pypy <= 5.3.1 #2090 + [arjennienhuis] + +- Show warning when trying to save RGBA image as JPEG #2010 + [homm] + +- Respect pixel centers during transform #2022 + [homm] + +- TOC for supported file formats #2056 + [polarize] + +- Fix conversion of bit images to numpy arrays Fixes #350, #2058 + [matthew-brett] + - Add ImageOps.scale to expand or contract a PIL image by a factor #2011 [vlmath]