Add history

This commit is contained in:
Alex Clark 2014-03-17 08:30:34 -04:00
parent 35241da3f8
commit 5f5c35813e

View File

@ -4,6 +4,9 @@ Changelog (Pillow)
2.4.0 (unreleased)
------------------
- Fix support for characters >128 using .pcf or .pil fonts in Py3k. Fixes #505
[wiredfool]
- Skip CFFI test earlier if it's not installed
[wiredfool]