Add history [ci skip]

This commit is contained in:
Alex Clark 2013-08-21 18:29:54 -04:00
parent 93b628ad49
commit e0d8a198e8
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,9 @@ Changelog (Pillow)
2.2.0 (2013-10-01)
------------------
- Fix for #318: Catch truncated zTXt errors.
[vytisb]
- Fix IOError when saving progressive JPEGs.
[e98cuenc]

View File

@ -567,6 +567,7 @@ setup(
"Programming Language :: Python :: 3.3", ],
cmdclass={"build_ext": pil_build_ext},
ext_modules=[Extension("PIL._imaging", ["_imaging.c"])],
include_package_data=True,
packages=find_packages(),
scripts=glob.glob("Scripts/pil*.py"),
keywords=["Imaging",],