From 828feceac2f578f12217773c00709aff6e6e267b Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 25 Dec 2019 20:29:20 +1100 Subject: [PATCH] Updated CHANGES.rst [ci skip] --- CHANGES.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index fe50b55e0..2e0f10845 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,12 +5,15 @@ Changelog (Pillow) 7.0.0 (unreleased) ------------------ -- Fixed black lines on upscaled images with the BOX filter #4278 - [homm] +- Use default DPI when exif provides invalid x_resolution #4147 + [beipang2, radarhere] - Change default resize resampling filter from NEAREST to BICUBIC #4255 [homm] +- Fixed black lines on upscaled images with the BOX filter #4278 + [homm] + - Better thumbnail aspect ratio preservation #4256 [homm]