From ccba5572dcfc39385497112779ed1856f5f2d86c Mon Sep 17 00:00:00 2001 From: wiredfool Date: Sat, 6 Aug 2016 22:30:02 +0100 Subject: [PATCH] Update CHANGES.rst [ci skip] --- CHANGES.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 4c28ef135..4a03eccb1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,27 @@ Changelog (Pillow) 3.4.0 (unreleased) ------------------ +- Fix image loading when rotating by 0 deg #2052 + [homm] + +- Add ImageOps.scale to expand or contract a PIL image by a factor #2011 + [vlmath] + +- Flake8 fixes #2050 + [hugovk] + +- Updated freetype to 2.6.5 on Appveyor builds #2035 + [radarhere] + +- PCX encoder fixes #2023, pr #2041 + [homm] + +- Docs: Windows console prompts are > #2031 + [techtonik] + +- Expose Pillow package version as PIL.__version__ #2027 + [techtonik] + - Add Box and Hamming filters for resampling #1959 [homm]