DOC: Remove support for importing from the standard namespace

This commit is contained in:
Christoph Gohlke 2013-03-18 13:19:19 -07:00
parent ce738b72dc
commit 66a6a36ebe

View File

@ -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.