From c88659245a18c520a3ca2268ea9060d306803257 Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 5 Apr 2018 13:52:58 +0300 Subject: [PATCH] Add release notes --- docs/releasenotes/5.2.0.rst | 21 +++++++++++++++++++++ docs/releasenotes/index.rst | 1 + 2 files changed, 22 insertions(+) create mode 100644 docs/releasenotes/5.2.0.rst diff --git a/docs/releasenotes/5.2.0.rst b/docs/releasenotes/5.2.0.rst new file mode 100644 index 000000000..bf917ad46 --- /dev/null +++ b/docs/releasenotes/5.2.0.rst @@ -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. diff --git a/docs/releasenotes/index.rst b/docs/releasenotes/index.rst index ab7b09785..16e5c1d85 100644 --- a/docs/releasenotes/index.rst +++ b/docs/releasenotes/index.rst @@ -6,6 +6,7 @@ Release Notes .. toctree:: :maxdepth: 2 + 5.2.0 5.1.0 5.0.0 4.3.0