From 71f8ec6a0cfc1008076a023c0756542539d057ab Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 12 Jul 2020 15:01:19 +1000 Subject: [PATCH] Updated CHANGES.rst [ci skip] --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index e06508f38ad..7eb69408718 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,9 @@ Changelog (Pillow) 8.0.0 (unreleased) ------------------ +- Remove ImageCms.CmsProfile attributes deprecated since 3.2.0 #4768 + [hugovk, radarhere] + - Allow ImageOps.autocontrast to specify low and high cutoffs separately #4749 [millionhz, radarhere]