Add release notes

This commit is contained in:
Hugo 2018-04-05 13:52:58 +03:00
parent fe0b78b98d
commit c88659245a
2 changed files with 22 additions and 0 deletions

View 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.

View File

@ -6,6 +6,7 @@ Release Notes
.. toctree::
:maxdepth: 2
5.2.0
5.1.0
5.0.0
4.3.0