From 032d2dc3658f94718109068ac70799313e440754 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 1 Jan 2022 22:00:12 +1100 Subject: [PATCH] Update CHANGES.rst [ci skip] --- CHANGES.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 15751394e15..45a087322fd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,15 @@ Changelog (Pillow) 9.0.0 (unreleased) ------------------ +- Ensure JpegImagePlugin stops at the end of a truncated file #5921 + [radarhere] + +- Fixed ImagePath.Path array handling #5920 + [radarhere] + +- Remove consecutive duplicate tiles that only differ by their offset #5919 + [radarhere] + - Improved I;16 operations on big endian #5901 [radarhere]