From 22e1fff75453f5bafe6b0016aee5ec679d182592 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 25 May 2021 22:38:58 +1000 Subject: [PATCH] Update CHANGES.rst [ci skip] --- CHANGES.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 9648320055d..69d77fd68b8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,12 @@ Changelog (Pillow) 8.3.0 (unreleased) ------------------ +- Avoid race condition when displaying images with eog #5507 + [mconst] + +- Added specific error messages when ink has incorrect number of bands #5504 + [radarhere] + - Allow converting an image to a numpy array to raise errors #5379 [radarhere]