From 66a6a36ebebc7f133c8204f46b0619a0805375f9 Mon Sep 17 00:00:00 2001 From: Christoph Gohlke Date: Mon, 18 Mar 2013 13:19:19 -0700 Subject: [PATCH] DOC: Remove support for importing from the standard namespace --- docs/HISTORY.txt | 2 ++ 1 file changed, 2 insertions(+) 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.