Skip to content

Commit

Permalink
Add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrowla committed Jan 10, 2020
1 parent df42b63 commit f806fd0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/handbook/image-file-formats.rst
Expand Up @@ -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
~~~~~~~~~~~~~~

Expand Down
14 changes: 14 additions & 0 deletions 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.
1 change: 1 addition & 0 deletions docs/releasenotes/index.rst
Expand Up @@ -6,6 +6,7 @@ Release Notes
.. toctree::
:maxdepth: 2

7.1.0
7.0.0
6.2.2
6.2.1
Expand Down

0 comments on commit f806fd0

Please sign in to comment.