Add release notes

This commit is contained in:
Peter Rowlands 2020-01-10 15:30:48 +09:00 committed by Andrew Murray
parent 3a254701f6
commit dcc3f41fa1
3 changed files with 17 additions and 0 deletions

View File

@ -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 library before building the Python Imaging Library. See the `installation
documentation <../installation.html>`_ for details. documentation <../installation.html>`_ for details.
.. _apng-sequences:
APNG sequences APNG sequences
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~

View File

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

View File

@ -6,6 +6,7 @@ Release Notes
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
7.1.0
7.0.0 7.0.0
6.2.2 6.2.2
6.2.1 6.2.1