Add type hints to release notes

This commit is contained in:
Hugo van Kemenade 2024-03-31 15:56:57 +03:00
parent a6c7a04c00
commit edd620a352

View File

@ -104,3 +104,9 @@ Release GIL when fetching WebP frames
Python's Global Interpreter Lock is now released when fetching WebP frames from
the libwebp decoder.
Type hints
^^^^^^^^^^
Pillow now has type hints, and the package includes a ``py.typed`` file and the
``Typing :: Typed`` Trove classifier.