From cfc9ad46bc8e609e73cc52a6014f07ac2cfba8e9 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 20 Apr 2021 08:16:57 +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 e01153c8c..3e170d8be 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,9 @@ Changelog (Pillow) 8.3.0 (unreleased) ------------------ +- For special image modes, revert default resize resampling to NEAREST #5411 + [radarhere] + - JPEG2000: Support decoding subsampled RGB and YCbCr images #4996 [nulano, radarhere]