From 168e51751e5d709931746c61ac749b8ccb571597 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 3 Feb 2019 12:53:26 +0200 Subject: [PATCH] Update CHANGES.rst --- CHANGES.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index b4bb2b304..f96b4085a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,24 @@ Changelog (Pillow) 6.0.0 (unreleased) ------------------ +- Docs: Add note about ImageDraw operations that exceed image bounds #3620 + [radarhere] + +- Allow for unknown PNG chunks after image data #3558 + [radarhere] + +- Changed EPS subprocess stdin from devnull to None #3611 + [radarhere] + +- Fix possible integer overflow #3609 + [cgohlke] + +- Catch BaseException for resource cleanup handlers #3574 + [jdufresne] + +- Improve pytest configuration to allow specific tests as CLI args #3579 + [jdufresne] + - Drop support for Python 3.4 #3596 [hugovk]