Skip to content

Commit

Permalink
Added release notes for #4966 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Oct 12, 2020
1 parent 518b783 commit cf31156
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions docs/releasenotes/8.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,11 @@ A new method :py:meth:`.ImageDraw.regular_polygon`, draws a regular polygon of `
For example ``draw.regular_polygon(((100, 100), 50), 5)``
draws a pentagon centered at the point ``(100, 100)`` with a polygon radius of ``50``.

Security
========

TODO

Other Changes
=============

TODO
^^^^
Error for large BMP files
^^^^^^^^^^^^^^^^^^^^^^^^^

TODO
Previously, if a BMP file was too large, an ``OSError`` would be raised. Now,
``DecompressionBombError`` is used instead, as Pillow already uses for other formats.

0 comments on commit cf31156

Please sign in to comment.