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]