Skip to content

Commit 8dafc38

Browse files
committed
Added 11.2.1 release notes
1 parent 0490948 commit 8dafc38

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

docs/releasenotes/11.2.0.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
11.2.0
22
------
33

4+
.. warning::
5+
6+
The release of Pillow 11.2.0 was halted prematurely, due to concern over the size
7+
of Pillow wheels containing libavif. Instead, Pillow 11.2.1 has been released,
8+
without libavif included in the wheels.
9+
410
Security
511
========
612

docs/releasenotes/11.2.1.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
11.2.1
2+
------
3+
4+
Reading and writing AVIF images
5+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6+
7+
The release of Pillow 11.2.0 was halted prematurely, due to concern over the size of
8+
Pillow wheels containing libavif.
9+
10+
Instead, Pillow 11.2.1's wheels do not contain libavif. If you wish to read and write
11+
AVIF images, you will need to build Pillow from source with libavif 1.0.0 or later.

docs/releasenotes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ expected to be backported to earlier versions.
1414
.. toctree::
1515
:maxdepth: 2
1616

17+
11.2.1
1718
11.2.0
1819
11.1.0
1920
11.0.0

0 commit comments

Comments
 (0)