From 33cfaa63951cb39c6093e817fc81dbe5a3d4c403 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Sat, 25 Jun 2016 11:11:46 +0100 Subject: [PATCH] Update CHANGES.rst [ci skip] --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 6c73ca02e..d66663c75 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ Changelog (Pillow) 3.3.0 (unreleased) ------------------ +- Allow ICC profile from `encoderinfo` while saving PNGs #1909 + [homm] + - Fix integer overflow on ILP32 systems (32-bit Linux). #1975 [lambdafu]