Merge pull request #142 from cgohlke/patch-8

DOC: Remove support for importing from the standard namespace
This commit is contained in:
Alex Clark ☺ 2013-03-18 13:28:23 -07:00
commit b2998ada11

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.) - 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] [fluggo]
- Remove support for importing from the standard namespace.
- Add PyPy support (experimental, please see: https://github.com/python-imaging/Pillow/issues/67) - Add PyPy support (experimental, please see: https://github.com/python-imaging/Pillow/issues/67)
- Add WebP support. - Add WebP support.