From 8c6bc07124511c4ed38db74337e53e477b2ad6c1 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 30 Dec 2016 10:47:05 +1100 Subject: [PATCH] Updated tested versions of libjpeg [ci skip] --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index f2b27da42..5eb12c69c 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -126,8 +126,8 @@ Many of Pillow's features require external libraries: * **libjpeg** provides JPEG functionality. - * Pillow has been tested with libjpeg versions **6b**, **8**, **9**, and - **9a** and libjpeg-turbo version **8**. + * Pillow has been tested with libjpeg versions **6b**, **8**, **9**, **9a**, + and **9b** and libjpeg-turbo version **8**. * Starting with Pillow 3.0.0, libjpeg is required by default, but may be disabled with the ``--disable-jpeg`` flag.