Add history

This commit is contained in:
Alex Clark 2013-07-11 06:39:27 -04:00
parent f6766ad960
commit 2798914be2

View File

@ -4,6 +4,9 @@ Changelog (Pillow)
2.2.0 (2013-10-01)
------------------
- Fix #279, fillorder double shuffling bug when FillOrder ==2 and decoding using libtiff.
[wiredfool]
- Moved Image module docs from comments to docstrings
[freyes]