From eed337eacc58bb77b1d20c194507693ed4a40a80 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 17 May 2021 08:31:27 +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 4620009f1..346a20065 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,9 @@ Changelog (Pillow) 8.3.0 (unreleased) ------------------ +- Removed DPI rounding from BMP, JPEG, PNG and WMF loading #5476, #5470 + [radarhere] + - Remove spikes when drawing thin pieslices #5460 [xtsm]