From e9a6149839ca9d33b01350a5549b46c5fba86d0b Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 6 Mar 2020 19:27:54 +1100 Subject: [PATCH] Updated CHANGES.rst [ci skip] --- CHANGES.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index e722fc990..69d5cde1f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,15 @@ Changelog (Pillow) 7.1.0 (unreleased) ------------------ +- Fix size calculation of Image.thumbnail() #4404 + [orlnub123] + +- Fixed stroke on FreeType < 2.9 #4401 + [radarhere] + +- If present, only use alpha channel for bounding box #4454 + [radarhere] + - Warn if an unknown feature is passed to features.check() #4438 [jdufresne]