From c711a423be9955402e9c96ffc5f288a10c5c2ce1 Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 19 Jun 2019 17:06:18 +0300 Subject: [PATCH] Update CHANGES.rst --- CHANGES.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index f609bbdc8..599eaa345 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,15 @@ Changelog (Pillow) 6.1.0 (unreleased) ------------------ +- Fixed bugs in calculating text size #3864 + [radarhere] + +- Add __main__.py to output basic format and support information #3870 + [jdufresne] + +- Added variation font support #3802 + [radarhere] + - Do not down-convert if image is LA when showing with PNG format #3869 [radarhere]