mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Added release notes for #4966 [ci skip]
This commit is contained in:
parent
518b783c64
commit
cf31156326
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user