Added release notes for #8781

This commit is contained in:
Andrew Murray 2025-03-29 22:37:18 +11:00
parent 1cb6c7c347
commit fcf5670797

View File

@ -14,12 +14,6 @@ TODO
TODO TODO
Backwards Incompatible Changes
==============================
TODO
^^^^
Deprecations Deprecations
============ ============
@ -36,10 +30,14 @@ an :py:class:`PIL.ImageFile.ImageFile` instance.
API Changes API Changes
=========== ===========
TODO ``append_images`` no longer requires ``save_all``
^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TODO Previously, ``save_all`` was required to in order to use ``append_images``. Now,
``save_all`` will default to ``True`` if ``append_images`` is not empty and the format
supports saving multiple frames::
im.save("out.gif", append_images=ims)
API Additions API Additions
============= =============
@ -73,11 +71,3 @@ Compressed DDS images can now be saved using a ``pixel_format`` argument. DXT1,
DXT5, BC2, BC3 and BC5 are supported:: DXT5, BC2, BC3 and BC5 are supported::
im.save("out.dds", pixel_format="DXT1") im.save("out.dds", pixel_format="DXT1")
Other Changes
=============
TODO
^^^^
TODO