Skip to content

Commit fcf5670

Browse files
committed
Added release notes for python-pillow#8781
1 parent 1cb6c7c commit fcf5670

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

docs/releasenotes/11.2.0.rst

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ TODO
1414

1515
TODO
1616

17-
Backwards Incompatible Changes
18-
==============================
19-
20-
TODO
21-
^^^^
22-
2317
Deprecations
2418
============
2519

@@ -36,10 +30,14 @@ an :py:class:`PIL.ImageFile.ImageFile` instance.
3630
API Changes
3731
===========
3832

39-
TODO
40-
^^^^
33+
``append_images`` no longer requires ``save_all``
34+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4135

42-
TODO
36+
Previously, ``save_all`` was required to in order to use ``append_images``. Now,
37+
``save_all`` will default to ``True`` if ``append_images`` is not empty and the format
38+
supports saving multiple frames::
39+
40+
im.save("out.gif", append_images=ims)
4341

4442
API Additions
4543
=============
@@ -73,11 +71,3 @@ Compressed DDS images can now be saved using a ``pixel_format`` argument. DXT1,
7371
DXT5, BC2, BC3 and BC5 are supported::
7472

7573
im.save("out.dds", pixel_format="DXT1")
76-
77-
Other Changes
78-
=============
79-
80-
TODO
81-
^^^^
82-
83-
TODO

0 commit comments

Comments
 (0)