Update CHANGES.rst [ci skip]

This commit is contained in:
Andrew Murray 2024-04-01 19:24:44 +11:00
parent cac6ffa7b3
commit 5beb0b6664

View File

@ -5,6 +5,9 @@ Changelog (Pillow)
10.3.0 (unreleased)
-------------------
- Deprecate eval(), replacing it with lambda_eval() and unsafe_eval() #7927
[radarhere, hugovk]
- Raise ValueError if seeking to greater than offset-sized integer in TIFF #7883
[radarhere]