From 426b730d3b0810fca59d4e0bcbc670916b890398 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 18 Jul 2021 18:18:56 +1000 Subject: [PATCH] Update CHANGES.rst [ci skip] --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 4fc55104b..0e5f0d129 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,9 @@ Changelog (Pillow) 8.4.0 (unreleased) ------------------ +- Ensure TIFF RowsPerStrip is multiple of 8 for JPEG compression #5588 + [kmilos, radarhere] + - Fixed error saving APNG with duplicate frames and different duration times #5609 [thak1411, radarhere]