diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 8abfa2e88..46055156a 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -7,6 +7,8 @@ Changelog (Pillow) - Add Python 3 support. (Pillow >= 2.0.0 supports Python 2.6, 2.7, 3.2, 3.3. Pillow < 2.0.0 supports Python 2.4, 2.5, 2.6, 2.7.) [fluggo] +- Remove support for importing from the standard namespace. + - Add PyPy support (experimental, please see: https://github.com/python-imaging/Pillow/issues/67) - Add WebP support.