Update CHANGES.rst [ci skip]

This commit is contained in:
Andrew Murray 2022-09-01 08:37:15 +10:00
parent 7158816bc8
commit 3f960d9a94

View File

@ -5,6 +5,12 @@ Changelog (Pillow)
9.3.0 (unreleased)
------------------
- Copy palette when converting from P to PA #6497
[radarhere]
- Allow RGB and RGBA values for PA image putpixel #6504
[radarhere]
- Removed support for tkinter in PyPy before Python 3.6 #6551
[nulano]