Merge pull request #5078 from python-pillow/aclark4life-patch-1

Update CHANGES.rst
This commit is contained in:
Alex Clark 2020-12-04 19:29:14 -05:00 committed by GitHub
commit 252c008ec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4039,8 +4039,8 @@ Changelog (Pillow)
1.0 (07/30/2010)
----------------
- Remove support for ``import Image``, etc. from the standard namespace. ``from PIL import Image`` etc. now required.
- Forked PIL based on `Hanno Schlichting's re-packaging <https://dist.plone.org/thirdparty/PIL-1.1.7.tar.gz>`_
- Remove support for ``import Image``. ``from PIL import Image`` now required.
- Forked PIL based on `Chris McDonough and Hanno Schlichting's setuptools compatible re-packaging <https://dist.plone.org/thirdparty/PIL-1.1.7.tar.gz>`_
[aclark4life]
Pre-fork