From 463e156a17a818fa7f4e3ccb0433a59d11dfd5cd Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 31 Mar 2022 17:23:21 +0300 Subject: [PATCH] Add musllinux wheels to 9.1.0 release notes --- docs/releasenotes/9.1.0.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/releasenotes/9.1.0.rst b/docs/releasenotes/9.1.0.rst index 5a0bdba3e..04c72ab31 100644 --- a/docs/releasenotes/9.1.0.rst +++ b/docs/releasenotes/9.1.0.rst @@ -183,6 +183,13 @@ palette. Other Changes ============= +musllinux wheels +^^^^^^^^^^^^^^^^ + +Pillow now includes binary wheels for musllinux, suitable for Linux distributions +such as Alpine based on the musl C standard library +(rather than the glibc library used by manylinux wheels). See :pep:`656`. + ImageShow temporary files on Unix ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^