Added release notes

This commit is contained in:
Andrew Murray 2022-02-10 12:15:25 +11:00
parent 2ae70f144f
commit ef1373838d
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,16 @@
9.1.0
-----
API Additions
=============
Added get_photoshop_blocks() to parse Photoshop TIFF tag
--------------------------------------------------------
:py:meth:`~PIL.TiffImagePlugin.TiffImageFile.get_photoshop_blocks` has been added, to
allow users to determine what Photoshop "Image Resource Blocks" are contained within an
image. The keys of the returned dictionary are the image resource IDs.
At present, the information within each block is merely returned as a dictionary with a
"data" entry. This will allow more useful information to be added in the future without
breaking backwards compatibility.

View File

@ -14,6 +14,7 @@ expected to be backported to earlier versions.
.. toctree::
:maxdepth: 2
9.1.0
9.0.1
9.0.0
8.4.0