Update CHANGES.rst [ci skip]

This commit is contained in:
Andrew Murray 2024-01-01 13:51:45 +11:00
parent 67a9e6e3b0
commit 9e835ca5be

View File

@ -5,6 +5,21 @@ Changelog (Pillow)
10.2.0 (unreleased)
-------------------
- Concatenate multiple JPEG EXIF markers #7496
[radarhere]
- Changed IPTC tile tuple to match other plugins #7661
[radarhere]
- Do not assign new fp attribute when exiting context manager #7566
[radarhere]
- Support arbitrary masks for uncompressed RGB DDS images #7589
[radarhere, akx]
- Support setting ROWSPERSTRIP tag #7654
[radarhere]
- Apply ImageFont.MAX_STRING_LENGTH to ImageFont.getmask() #7662
[radarhere]