File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
11.2.0
2
2
------
3
3
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
+
4
10
Security
5
11
========
6
12
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ expected to be backported to earlier versions.
14
14
.. toctree ::
15
15
:maxdepth: 2
16
16
17
+ 11.2.1
17
18
11.2.0
18
19
11.1.0
19
20
11.0.0
You can’t perform that action at this time.
0 commit comments