From 317247fab2425fa4fc0e10d6aebdabb521d4f254 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 26 Nov 2021 00:14:33 +1100 Subject: [PATCH] Update CHANGES.rst [ci skip] --- CHANGES.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 1a4eaec65..8692ecbc7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,9 @@ Changelog (Pillow) 9.0.0 (unreleased) ------------------ +- Do not prematurely return in ImageFile when saving to stdout #5665 + [infmagic2047, radarhere] + - Added support for top right and bottom right TGA orientations #5829 [radarhere] @@ -14,7 +17,7 @@ Changelog (Pillow) - Block tile TIFF tags when saving #5839 [radarhere] -- Added width argument to polygon #5694 +- Added line width argument to polygon #5694 [radarhere] - Do not redeclare class each time when converting to NumPy #5844