From bfbfff0b785125a76f74e6571c2af8c0f900a098 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 21 Dec 2023 22:08:38 +1100 Subject: [PATCH] Update CHANGES.rst [ci skip] --- CHANGES.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index fd25b6f37..f69c3ffa7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,21 @@ Changelog (Pillow) 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 [deliangyang, jaxx0n]