Skip to content

Commit

Permalink
Merge pull request #6685 from radarhere/releasenotes
Browse files Browse the repository at this point in the history
Added release notes for #6630
  • Loading branch information
hugovk committed Oct 25, 2022
2 parents d72779a + 1324c55 commit f8b7464
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 f8b7464

Please sign in to comment.