Update CHANGES.rst [ci skip]

This commit is contained in:
Andrew Murray 2023-12-21 22:08:38 +11:00
parent dd42a24f9e
commit bfbfff0b78

View File

@ -5,6 +5,21 @@ Changelog (Pillow)
10.2.0 (unreleased) 10.2.0 (unreleased)
------------------- -------------------
- Attempt memory mapping when tile args is a string #7565
[radarhere]
- Fill identical pixels with transparency in subsequent frames when saving GIF #7568
[radarhere]
- Corrected duration when combining multiple GIF frames into single frame #7521
[radarhere]
- Handle disposing GIF background from outside palette #7515
[radarhere]
- Seek past the data when skipping a PSD layer #7483
[radarhere]
- Import plugins relative to the module #7576 - Import plugins relative to the module #7576
[deliangyang, jaxx0n] [deliangyang, jaxx0n]