From a0faec1de7f1bd98989de30ce36fb5bc1ca0441d Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 24 Sep 2022 21:55:40 +1000 Subject: [PATCH] Update CHANGES.rst [ci skip] --- CHANGES.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 0ccb04f78..4cca82552 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,12 @@ Changelog (Pillow) 9.3.0 (unreleased) ------------------ +- Defer parsing of palette into colors #6567 + [radarhere] + +- Apply transparency to P images in ImageTk.PhotoImage #6559 + [radarhere] + - Use rounding in ImageOps contain() and pad() #6522 [bibinhashley, radarhere]