Wording [ci skip]

This commit is contained in:
Alex Clark 2013-09-27 07:37:22 -04:00
parent 73afd82e92
commit 4a222511bb

View File

@ -20,13 +20,13 @@ Changelog (Pillow)
if specified as environment variables. if specified as environment variables.
[seanupton] [seanupton]
- Fix Issue #312 + gif optimize improvement - Fix #312 + gif optimize improvement
[d-schmidt] [d-schmidt]
- Be more tolerant of tag read failures - Be more tolerant of tag read failures
[ericbuehl] [ericbuehl]
- Fix for #318: Catch truncated zTXt errors. - Fix #318: Catch truncated zTXt errors.
[vytisb] [vytisb]
- Fix IOError when saving progressive JPEGs. - Fix IOError when saving progressive JPEGs.
@ -35,7 +35,7 @@ Changelog (Pillow)
- Add RGBA support to ImageColor - Add RGBA support to ImageColor
[yoavweiss] [yoavweiss]
- Fix for #304: test for `str`, not `"utf-8"`. - Fix #304: test for `str`, not `"utf-8"`.
[mjpieters] [mjpieters]
- Fix missing import os in _util.py. - Fix missing import os in _util.py.