From 707b43f14def8275fb000dad4c6978793dcf7ecb Mon Sep 17 00:00:00 2001 From: Hugo Date: Fri, 19 Dec 2014 12:31:00 +0200 Subject: [PATCH] Update CHANGES.rst [CI skip] --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 61967e9fd..cf780fd85 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,11 @@ Changelog (Pillow) 2.7.0 (unreleased) ------------------ +- Fix MSVC compiler error: Use Py_ssize_t instead of ssize_t #1051 + [cgohlke] + - Fix compiler error: MSVC needs varaibles defined at the start of the block #1048 + [cgohlke] - The GIF Palette optimization algorithm is only applicable to mode='P' or 'L' #993 [moriyoshi]