diff --git a/README.rst b/README.rst index 5e8cd9676..c78396831 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Pillow ====== -.. Note:: Pillow < 2.0.0 supports Python 2.4, 2.5, 2.6, 2.7; Pillow >= 2.0.0 supports Python 2.6, 2.7, 3.2, 3.3. +.. Note:: Pillow < 2.0.0 supports Python versions 2.4, 2.5, 2.6, 2.7; Pillow >= 2.0.0 supports Python versions 2.6, 2.7, 3.2, 3.3. .. Note:: Pillow >= 2.1.0 no longer supports "import _imaging". Please use "from PIL.Image import core as _imaging" instead. diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 9974d3889..dfd5458e9 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -4,6 +4,9 @@ Changelog (Pillow) 2.1.0 (2013-07-01) ------------------ +- Changes to put everything under the PIL namespace + [wiredfool] + 2.0.0 (2013-03-15) ------------------