From f0fa458ca8b300d535680ea744e38486bce75269 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Sat, 12 Jul 2014 09:57:38 -0700 Subject: [PATCH] Updated Changes.rst [ci skip] --- CHANGES.rst | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 342a99119..3dcc553f4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,8 +4,8 @@ Changelog (Pillow) 2.6.0 (unreleased) ------------------ -- Fixed install issue if Multiprocessing.Pool is not available - [wiredfool] +- Added docs for ExifTags + [Wintermute3] - More tests for ImageFont, ImageMath, and _util [hugovk] @@ -16,15 +16,20 @@ Changelog (Pillow) - Fix dispose calculations for animated GIFs #765 [larsjsol] -- 32bit mult overflow fix #782 - [wiredfool] - - Added class checking to Image __eq__ function #775 [radarhere, hugovk] - Test PalmImagePlugin and method to skip known bad tests #776 [hugovk, wiredfool] +2.5.1 (2014-07-10) +------------------ + +- Fixed install issue if Multiprocessing.Pool is not available + [wiredfool] + +- 32bit mult overflow fix #782 + [wiredfool] 2.5.0 (2014-07-01) ------------------