mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-20 17:22:00 +03:00
Added 11.2.1 release notes
This commit is contained in:
parent
04909483a7
commit
8dafc38371
|
@ -1,6 +1,12 @@
|
|||
11.2.0
|
||||
------
|
||||
|
||||
.. warning::
|
||||
|
||||
The release of Pillow 11.2.0 was halted prematurely, due to concern over the size
|
||||
of Pillow wheels containing libavif. Instead, Pillow 11.2.1 has been released,
|
||||
without libavif included in the wheels.
|
||||
|
||||
Security
|
||||
========
|
||||
|
||||
|
|
11
docs/releasenotes/11.2.1.rst
Normal file
11
docs/releasenotes/11.2.1.rst
Normal file
|
@ -0,0 +1,11 @@
|
|||
11.2.1
|
||||
------
|
||||
|
||||
Reading and writing AVIF images
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
The release of Pillow 11.2.0 was halted prematurely, due to concern over the size of
|
||||
Pillow wheels containing libavif.
|
||||
|
||||
Instead, Pillow 11.2.1's wheels do not contain libavif. If you wish to read and write
|
||||
AVIF images, you will need to build Pillow from source with libavif 1.0.0 or later.
|
|
@ -14,6 +14,7 @@ expected to be backported to earlier versions.
|
|||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
11.2.1
|
||||
11.2.0
|
||||
11.1.0
|
||||
11.0.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user