From 865bc45d722d8ea8cd41c48bd8ca379933fc040f Mon Sep 17 00:00:00 2001 From: wiredfool Date: Wed, 21 Jun 2017 11:00:55 +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 5e7a3fdb0..971cad9a6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ Changelog (Pillow) 4.2.0 (unreleased) ------------------ +- Add decompression bomb check to Image.crop #2410 + [wiredfool] + - ImageFile: Ensure that the `err_code` variable is initialized in case of exception. #2363 [alexkiro]