From 49a5bd3602001e00f276efb333a12f25fed61258 Mon Sep 17 00:00:00 2001 From: Alexander Karpinsky Date: Sat, 21 Dec 2019 03:42:06 +0300 Subject: [PATCH] Updated CHANGES.rst [ci skip] --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 1ea09fff8..fe50b55e0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,9 @@ Changelog (Pillow) 7.0.0 (unreleased) ------------------ +- Fixed black lines on upscaled images with the BOX filter #4278 + [homm] + - Change default resize resampling filter from NEAREST to BICUBIC #4255 [homm]