Merge pull request #6168 from hugovk/release-notes

Add musllinux wheels to 9.1.0 release notes
This commit is contained in:
Hugo van Kemenade 2022-04-01 09:56:11 +03:00 committed by GitHub
commit 0606f02860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,6 +195,12 @@ palette.
Other Changes
=============
musllinux wheels
^^^^^^^^^^^^^^^^
Pillow now builds binary wheels for musllinux, suitable for Linux distributions based on the musl C standard library such as Alpine
(rather than the glibc library used by manylinux wheels). See :pep:`656`.
ImageShow temporary files on Unix
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^