From 988c28cf922e2ef8c4f0a1a7f4626cb7462e6a78 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Sat, 13 Jul 2013 21:26:02 -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 58673119a..be894c559 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -4,6 +4,9 @@ Changelog (Pillow) 2.2.0 (2013-10-01) ------------------ +- Allocate enough memory to hold pointers in encode.c + [cgohlke] + - Fix #279, fillorder double shuffling bug when FillOrder ==2 and decoding using libtiff. [wiredfool]