mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Updated CHANGES.rst [ci skip]
This commit is contained in:
parent
a416c21d49
commit
029225ec94
12
CHANGES.rst
12
CHANGES.rst
|
@ -5,12 +5,18 @@ Changelog (Pillow)
|
||||||
8.0.0 (unreleased)
|
8.0.0 (unreleased)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
- Add getlength and getbbox functions for TrueType fonts #4959
|
||||||
|
[nulano, radarhere, hugovk]
|
||||||
|
|
||||||
- Drop support for PyPy3 < 7.2.0 #4964
|
- Drop support for PyPy3 < 7.2.0 #4964
|
||||||
[nulano]
|
[nulano]
|
||||||
|
|
||||||
- Allow tuples with one item to give single color value in getink #4927
|
- Allow tuples with one item to give single color value in getink #4927
|
||||||
[radarhere, nulano]
|
[radarhere, nulano]
|
||||||
|
|
||||||
|
- Add support for CBDT and COLR fonts #4955
|
||||||
|
[nulano, hugovk]
|
||||||
|
|
||||||
- Removed OSError in favour of DecompressionBombError for BMP #4966
|
- Removed OSError in favour of DecompressionBombError for BMP #4966
|
||||||
[radarhere]
|
[radarhere]
|
||||||
|
|
||||||
|
@ -23,6 +29,9 @@ Changelog (Pillow)
|
||||||
- Added reading and writing of private PNG chunks #4292
|
- Added reading and writing of private PNG chunks #4292
|
||||||
[radarhere]
|
[radarhere]
|
||||||
|
|
||||||
|
- Implement anchor for TrueType fonts #4930
|
||||||
|
[nulano, hugovk]
|
||||||
|
|
||||||
- Fixed bug in Exif __delitem__ #4942
|
- Fixed bug in Exif __delitem__ #4942
|
||||||
[radarhere]
|
[radarhere]
|
||||||
|
|
||||||
|
@ -32,6 +41,9 @@ Changelog (Pillow)
|
||||||
- Moved CVE images to pillow-depends #4929
|
- Moved CVE images to pillow-depends #4929
|
||||||
[radarhere]
|
[radarhere]
|
||||||
|
|
||||||
|
- Refactor font_getsize and font_render #4910
|
||||||
|
[nulano]
|
||||||
|
|
||||||
- Fixed loading profile with non-ASCII path on Windows #4914
|
- Fixed loading profile with non-ASCII path on Windows #4914
|
||||||
[radarhere]
|
[radarhere]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user