From 130c9c52a4cd821ef099bfe30d46a9dd24a11aee Mon Sep 17 00:00:00 2001 From: wiredfool Date: Wed, 14 Jun 2017 09:21:21 +0100 Subject: [PATCH] Updated Changes.rst [ci skip] --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index fb9402a0b..5e7a3fdb0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ Changelog (Pillow) 4.2.0 (unreleased) ------------------ +- ImageFile: Ensure that the `err_code` variable is initialized in case of exception. #2363 + [alexkiro] + - Tiff: Support append_images for saving multipage TIFFs #2406 [blochl]