Update CHANGES.rst [ci skip]

This commit is contained in:
Andrew Murray 2023-10-14 10:00:12 +11:00
parent a4bc7146e5
commit 31d4c7797e

View File

@ -5,6 +5,15 @@ Changelog (Pillow)
10.1.0 (unreleased)
-------------------
- Added ImageOps cover method #7412
[radarhere, hugovk]
- Catch struct.error from truncated EXIF when reading JPEG DPI #7458
[radarhere]
- Consider default image when selecting mode for PNG save_all #7437
[radarhere]
- Support BGR;15, BGR;16 and BGR;24 access, unpacking and putdata #7303
[radarhere]