From e6752af33697d8a809d388be5bd699b848601f4b Mon Sep 17 00:00:00 2001 From: wiredfool Date: Wed, 16 Aug 2017 15:44:31 +0100 Subject: [PATCH] Update CHANGES.rst [ci skip] --- CHANGES.rst | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 06349586d..52854fedd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,8 +4,38 @@ Changelog (Pillow) 4.3.0 (unreleased) ------------------ +- JPEG: Fix ZeroDivisionError when EXIF contains invalid DPI (0/0). #2667 + [vytisb] + +- Depends: Updated openjpeg to 2.2.0 #2669 + [radarhere] + +- Depends: Updated Tk Tcl to 8.6.7 #2668 + [radarhere] + +- Depends: Updated libimagequant to 2.10.2 #2660 + [radarhere] + +- Test: Added test for ImImagePlugin tell() #2675 + [radarhere] + +- Test: Additional tests for SGIImagePlugin #2659 + [radarhere] + +- New Image.getchannel method #2661 + [homm] + +- Remove unused im.copy2 and core.copy methods #2657 + [homm] + +- Fast image allocation #2655 + [homm] + - Storage cleanup #2654 [homm] + +- FLI: Use frame count from FLI header #2674 + [radarhere] - Test: Test animated FLI file #2650 [hugovk]