Update CHANGES.rst [ci skip]

This commit is contained in:
Andrew Murray 2021-08-14 08:33:28 +10:00
parent a7f5b25dc3
commit 5db0969f6f

View File

@ -5,6 +5,15 @@ Changelog (Pillow)
8.4.0 (unreleased)
------------------
- For GIF save_all with palette, do not include palette with each frame #5603
[radarhere]
- Keep transparency when converting from P to LA or PA #5606
[radarhere]
- Copy palette to new image in transform() #5647
[radarhere]
- Added "transparency" argument to EpsImagePlugin load() #5620
[radarhere]