Skip to content

Commit 6cb8c9b

Browse files
committed
Added release notes for python-pillow#7584 and python-pillow#7587
1 parent 33d5a79 commit 6cb8c9b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/releasenotes/10.2.0.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ TODO
2020
API Changes
2121
===========
2222

23-
TODO
24-
^^^^
23+
Zero or negative font size error
24+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2525

26-
TODO
26+
When creating a :py:class:`~PIL.ImageFont.FreeTypeFont` instance, either directly or
27+
through :py:func:`PIL.ImageFont.truetype`, if the font size is not greater than zero, a
28+
:py:exc:`ValueError` will now be raised.
2729

2830
API Additions
2931
=============

0 commit comments

Comments
 (0)