From afca674cd4e31ad08505c443d98cff458c221482 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 6 Jul 2021 17:57:16 +1000 Subject: [PATCH] Update CHANGES.rst [ci skip] --- CHANGES.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 7c820e17a..63adb8782 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,18 @@ Changelog (Pillow) ================== +8.3.1 (2021-07-06) +------------------ + +- Catch OSError when checking if fp is sys.stdout #5585 + [radarhere] + +- Handle removing orientation from alternate types of EXIF data #5584 + [radarhere] + +- Make Image.__array__ take optional dtype argument #5572 + [t-vi, radarhere] + 8.3.0 (2021-07-01) ------------------