From dcc3f41fa1081dd759be19272a76af9eb286ed7e Mon Sep 17 00:00:00 2001 From: Peter Rowlands Date: Fri, 10 Jan 2020 15:30:48 +0900 Subject: [PATCH] Add release notes --- docs/handbook/image-file-formats.rst | 2 ++ docs/releasenotes/7.1.0.rst | 14 ++++++++++++++ docs/releasenotes/index.rst | 1 + 3 files changed, 17 insertions(+) create mode 100644 docs/releasenotes/7.1.0.rst diff --git a/docs/handbook/image-file-formats.rst b/docs/handbook/image-file-formats.rst index 1dd186c98..a6b87407d 100644 --- a/docs/handbook/image-file-formats.rst +++ b/docs/handbook/image-file-formats.rst @@ -551,6 +551,8 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options: library before building the Python Imaging Library. See the `installation documentation <../installation.html>`_ for details. +.. _apng-sequences: + APNG sequences ~~~~~~~~~~~~~~ diff --git a/docs/releasenotes/7.1.0.rst b/docs/releasenotes/7.1.0.rst new file mode 100644 index 000000000..1d276bd6a --- /dev/null +++ b/docs/releasenotes/7.1.0.rst @@ -0,0 +1,14 @@ +7.1.0 +----- + +API Changes +=========== + +Improved APNG support +^^^^^^^^^^^^^^^^^^^^^ + +Added support for reading and writing Animated Portable Network Graphics (APNG) images. +The PNG plugin now supports using the :py:meth:`~PIL.Image.Image.seek` method and the +:py:class:`~PIL.ImageSequence.Iterator` class to read APNG frame sequences. +The PNG plugin also now supports using the ``append_images`` argument to write APNG frame +sequences. See :ref:`apng-sequences` for further details. diff --git a/docs/releasenotes/index.rst b/docs/releasenotes/index.rst index d329257a9..1838803de 100644 --- a/docs/releasenotes/index.rst +++ b/docs/releasenotes/index.rst @@ -6,6 +6,7 @@ Release Notes .. toctree:: :maxdepth: 2 + 7.1.0 7.0.0 6.2.2 6.2.1