Skip to content

Commit 343f10a

Browse files
authored
Merge pull request #6668 from radarhere/releasenotes
Added release notes for #6449 and #6611
2 parents b2e2559 + 1e4b060 commit 343f10a

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

docs/releasenotes/9.1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Pillow now builds binary wheels for musllinux, suitable for Linux distributions
202202
(rather than the glibc library used by manylinux wheels). See :pep:`656`.
203203

204204
ImageShow temporary files on Unix
205-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
205+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
206206

207207
When calling :py:meth:`~PIL.Image.Image.show` or using :py:mod:`~PIL.ImageShow`,
208208
a temporary file is created from the image. On Unix, Pillow will no longer delete these

docs/releasenotes/9.3.0.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,13 @@ TODO
6363
Other Changes
6464
=============
6565

66-
Added DDS ATI1 and ATI2 reading
67-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
66+
Added DDS ATI1, ATI2 and BC6H reading
67+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6868

69-
Support has been added to read the ATI1 and ATI2 formats of DDS images.
69+
Support has been added to read the ATI1, ATI2 and BC6H formats of DDS images.
70+
71+
Show all frames with ImageShow
72+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
73+
74+
When calling :py:meth:`~PIL.Image.Image.show` or using
75+
:py:mod:`~PIL.ImageShow`, all frames will now be shown.

0 commit comments

Comments
 (0)