Skip to content

Commit

Permalink
Added release notes for python-pillow#6630
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Oct 24, 2022
1 parent d72779a commit 1324c55
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/releasenotes/9.3.0.rst
Expand Up @@ -32,6 +32,13 @@ Additional images can also be appended when saving, by combining the

im.save(out, save_all=True, append_images=[im1, im2, ...])

Added ExifTags enums
^^^^^^^^^^^^^^^^^^^^

The data from :py:data:`~PIL.ExifTags.TAGS` and
:py:data:`~PIL.ExifTags.GPSTAGS` is now also exposed as ``enum.IntEnum``
classes: :py:data:`~PIL.ExifTags.Base` and :py:data:`~PIL.ExifTags.GPS`.


Security
========
Expand Down

0 comments on commit 1324c55

Please sign in to comment.