From 877330d24c8f87f3c6e144896f5d100448adcf76 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Tue, 9 Jul 2013 06:21:49 -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 de716a3c4..1c7b75371 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -4,6 +4,9 @@ Changelog (Pillow) 2.2.0 (2013-10-01) ------------------ +- Ignore high ascii characters in string.whitespace, fixes #272 + [wiredfool] + - Added clean/build to tox to make it behave like travis [freyes]