Update CHANGES.rst [ci skip]

This commit is contained in:
Andrew Murray 2023-12-14 18:34:33 +11:00
parent ac1f10fa82
commit e5ee034675

View File

@ -5,6 +5,9 @@ Changelog (Pillow)
10.2.0 (unreleased)
-------------------
- Import plugins relative to the module #7576
[deliangyang, jaxx0n]
- Translate encoder error codes to strings; deprecate ``ImageFile.raise_oserror()`` #7609
[bgilbert, radarhere]