Skip to content

Commit

Permalink
Added release notes for python-pillow#4536 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jun 21, 2020
1 parent 659ce90 commit c76dfba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/releasenotes/7.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,13 @@ TIFF BYTE tags format

TIFF BYTE tags were previously read as a tuple containing a bytestring. They
are now read as just a single bytestring.

Deprecations
^^^^^^^^^^^^

ImageFile.raise_ioerror
~~~~~~~~~~~~~~~~~~~~~~~

``IOError`` was merged into ``OSError`` in Python 3.3. So, ``ImageFile.raise_ioerror``
is now deprecated and will be removed in a future release. Use
``ImageFile.raise_oserror`` instead.

0 comments on commit c76dfba

Please sign in to comment.