Update CHANGES.rst [ci skip]

This commit is contained in:
Andrew Murray 2024-01-01 00:21:25 +11:00
parent 8a9afb6717
commit f410ec4eab

View File

@ -5,9 +5,18 @@ Changelog (Pillow)
10.2.0 (unreleased)
-------------------
- Apply ImageFont.MAX_STRING_LENGTH to ImageFont.getmask() #7662
[radarhere]
- Optimise ``ImageColor`` using ``functools.lru_cache`` #7657
[hugovk]
- Restricted environment keys for ImageMath.eval() #7655
[wiredfool, radarhere]
- Optimise ``ImageMode.getmode`` using ``functools.lru_cache`` #7641
[hugovk, radarhere]
- Fix incorrect color blending for overlapping glyphs #7497
[ZachNagengast, nulano, radarhere]