Update changes in release notes [ci skip]

This commit is contained in:
mamg22 2024-06-12 13:08:48 -04:00
parent 00161099c7
commit ed828d23df

View File

@ -42,6 +42,14 @@ The ``hints`` parameter in :py:meth:`~PIL.ImageDraw.getdraw()` has been deprecat
API Changes
===========
ImageFont.truetype
^^^^^^^^^^^^^^^^^^
:py:function:`~PIL.ImageFont.truetype` now searches for fonts in the directory
indicated by the ``XDG_DATA_HOME`` in addition to those specified in ``XDG_DATA_DIRS``.
Additionally, the default for ``XDG_DATA_DIRS`` has been updated to match the
freedesktop spec.
TODO
^^^^