From 9c3284977cce0bbfbaabd93151915cee4c9203e4 Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 23 Sep 2014 14:20:05 +0300 Subject: [PATCH] Update CHANGES.rst [CI skip] --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index cd00ce285..02e8d318d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ Changelog (Pillow) 2.6.0 (unreleased) ------------------ +- Image.tobytes() and Image.tostring() documentation update #916 #917 + [mgedmin] + - On Windows, do not execute convert.exe without specifying path #912 [cgohlke]