From 88d7c6f09d79cf8849131351b97c5c86f66094d4 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Mon, 6 Feb 2017 17:00:31 +0000 Subject: [PATCH] Update CHANGES.rst [ci skip] --- CHANGES.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 33d92ac84..49c09c4d5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,14 @@ Changelog (Pillow) 4.1.0 (unreleased) ------------------ -- BUG: '' in image mode no longer causes a crash #2380 + +- Test ImageDraw.Outline and and ImageDraw.Shape #2389 + [hugovk] + +- Added PySide to ImageQt documentation #2392 + [radarhere] + +- BUG: Empty image mode no longer causes a crash #2380 [evalapply] - Exclude .travis and contents from manifest #2386