From ab52e830c3ab99b5aec16f0ca0f6ad8d35e4a2cf Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 6 Jun 2021 21:16:09 +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 69d77fd68..b49d70911 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,12 @@ Changelog (Pillow) 8.3.0 (unreleased) ------------------ +- Ensure PNG seeks to end of previous chunk at start of load_end #5493 + [radarhere] + +- Do not allow TIFF to seek to a past frame #5473 + [radarhere] + - Avoid race condition when displaying images with eog #5507 [mconst]