From 594fbf79b8a30a9fd3be1171038b5d787f4d00cc Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 14 Jun 2023 23:01:45 +1000 Subject: [PATCH] Update CHANGES.rst [ci skip] --- CHANGES.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index c51f8fb94..4af3fa516 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,15 @@ Changelog (Pillow) 10.0.0 (unreleased) ------------------- +- Added in_place argument to ImageOps.exif_transpose() #7092 + [radarhere] + +- Fixed calling putpalette() on L and LA images before load() #7187 + [radarhere] + +- Fixed saving TIFF multiframe images with LONG8 tag types #7078 + [radarhere] + - Fixed combining single duration across duplicate APNG frames #7146 [radarhere]