From bfafc5ec1e4a65b35f8fdc0c6fe306555cc0d17a Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 16 Feb 2020 06:54:33 +1100 Subject: [PATCH] Updated CHANGES.rst [ci skip] --- CHANGES.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index c17b5fdb3..614b09ce3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,12 @@ Changelog (Pillow) 7.1.0 (unreleased) ------------------ +- Allow explicit zero width to hide outline #4334 + [radarhere] + +- Change ContainerIO return type to match file object mode #4297 + [jdufresne, radarhere] + - Only draw each polygon pixel once #4333 [radarhere]