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]