From 27f31033c185cbc16a7e41180dcf04d86426d161 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Thu, 31 Aug 2017 15:15:26 +0100 Subject: [PATCH] Update CHANGES.rst [ci skip] --- CHANGES.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index c1965b683..959876112 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,15 @@ Changelog (Pillow) 4.3.0 (unreleased) ------------------ +- Use RGBX rawmode for RGB JPEG images where possible #1989 + [homm] + +- Remove palettes from non-palette modes in _new #2702 + [wiredfool] + +- Delete transparency info when convert'ing RGB/L to RGBA #2633 + [olt] + - Code tweaks to ease type annotations #2687 [neiljp]