From 949b431f03cca69e9213f2169248a2be2eed119c Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 31 Dec 2021 18:09:44 +1100 Subject: [PATCH] Added release notes for pillow-wheels#237 --- docs/releasenotes/9.0.0.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/releasenotes/9.0.0.rst b/docs/releasenotes/9.0.0.rst index edb2463c173..ec5208fdea9 100644 --- a/docs/releasenotes/9.0.0.rst +++ b/docs/releasenotes/9.0.0.rst @@ -116,6 +116,12 @@ possible for there to be too many colors to fit in a P mode image. To allow for seeking to any subsequent GIF frame will now convert the image to RGB or RGBA, depending on whether or not the first frame had transparency. +Switched to libjpeg-turbo in macOS and Linux wheels +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +The Pillow wheels from PyPI for macOS and Linux have switched from libjpeg to +libjpeg-turbo. It is a fork of libjpeg, popular for its speed. + Added support for pickling TrueType fonts ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^