From 9d22c16d539f6e0356d64849b84f2feec6787179 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Sun, 14 Jul 2013 06:08:22 -0400 Subject: [PATCH] Add history --- docs/HISTORY.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 715372b07..ef1b009cc 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -4,6 +4,9 @@ Changelog (Pillow) 2.2.0 (2013-10-01) ------------------ +- Restore compatibility with ISO C + [cgohlke] + - Use correct format character for C int type [cgohlke]