Update CHANGES.rst [ci skip]

This commit is contained in:
Andrew Murray 2022-09-24 21:55:40 +10:00
parent b7353af610
commit a0faec1de7

View File

@ -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]