Update CHANGES.rst [ci skip]

This commit is contained in:
Andrew Murray 2024-05-24 20:32:52 +10:00
parent 5baabb59bc
commit 16cd358454

View File

@ -5,6 +5,12 @@ Changelog (Pillow)
10.4.0 (unreleased)
-------------------
- Add mypy target to Makefile #8077
[Yay295]
- Added more modes to Image.MODES #7984
[radarhere]
- Deprecate BGR;15, BGR;16 and BGR;24 modes #7978
[radarhere, hugovk]