From cece64f4be10ab28b12a83a3555af579dad343a5 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 1 Sep 2021 18:55:54 +0300 Subject: [PATCH] Add 8.3.2 (2021-09-02) [CI skip] --- CHANGES.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 63adb87822d..2578a5a2460 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,21 @@ Changelog (Pillow) ================== +8.3.2 (2021-09-02) +------------------ + +- Add support for Python 3.10 #5569, #5570 + [hugovk, radarhere] + +- Ensure TIFF ``RowsPerStrip`` is multiple of 8 for JPEG compression #5588 + [kmilos, radarhere] + +- Updates for ``ImagePalette`` channel order #5599 + [radarhere] + +- Hide FriBiDi shim symbols to avoid conflict with real FriBiDi library #5651 + [nulano] + 8.3.1 (2021-07-06) ------------------