Update CHANGES.rst [ci skip]

This commit is contained in:
Andrew Murray 2022-05-20 08:51:57 +10:00
parent fbb74a6050
commit 89f5a7d5af

View File

@ -5,6 +5,12 @@ Changelog (Pillow)
9.2.0 (unreleased)
------------------
- If font is file-like object, do not re-read from object to get variant #6234
[radarhere]
- Raise ValueError when trying to access internal fp after close #6213
[radarhere]
- Support more affine expression forms in im.point() #6254
[benrg, radarhere]