Update CHANGES.rst [ci skip]

This commit is contained in:
Andrew Murray 2023-05-04 08:15:48 +10:00
parent 9636a2aaf1
commit 2467db492e

View File

@ -5,6 +5,18 @@ Changelog (Pillow)
10.0.0 (unreleased)
-------------------
- Added width argument to ImageDraw regular_polygon #7132
[radarhere]
- Support I mode for ImageFilter.BuiltinFilter #7108
[radarhere]
- Raise error from stderr of Linux ImageGrab.grabclipboard() command #7112
[radarhere]
- Added unpacker from I;16B to I;16 #7125
[radarhere]
- Support float font sizes #7107
[radarhere]