mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 09:14:27 +03:00
Add release notes
This commit is contained in:
parent
fe0b78b98d
commit
c88659245a
21
docs/releasenotes/5.2.0.rst
Normal file
21
docs/releasenotes/5.2.0.rst
Normal file
|
@ -0,0 +1,21 @@
|
|||
5.0.0
|
||||
-----
|
||||
|
||||
API Additions
|
||||
=============
|
||||
|
||||
Image.rotate
|
||||
^^^^^^^^^^^^
|
||||
|
||||
A new named parameter, ``fillcolor``, has been added to ``Image.rotate``. This
|
||||
color specifies the background color to use in the area outside the rotated
|
||||
image. This parameter takes the same color specifications as used in
|
||||
``Image.new``.
|
||||
|
||||
Other Changes
|
||||
=============
|
||||
|
||||
Support added for Python 3.7
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Pillow 5.2 supports Python 3.7.
|
|
@ -6,6 +6,7 @@ Release Notes
|
|||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
5.2.0
|
||||
5.1.0
|
||||
5.0.0
|
||||
4.3.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user