diff --git a/docs/releasenotes/9.1.0.rst b/docs/releasenotes/9.1.0.rst new file mode 100644 index 000000000..9e4429b24 --- /dev/null +++ b/docs/releasenotes/9.1.0.rst @@ -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. diff --git a/docs/releasenotes/index.rst b/docs/releasenotes/index.rst index e9b11c220..656acef95 100644 --- a/docs/releasenotes/index.rst +++ b/docs/releasenotes/index.rst @@ -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