Updated Changes.rst [ci skip]

This commit is contained in:
wiredfool 2017-01-26 14:23:19 +00:00 committed by GitHub
parent a62f2c5b44
commit 54eedd8119

View File

@ -4,10 +4,13 @@ Changelog (Pillow)
4.1.0 (unreleased)
------------------
- Fixed segfault when using ImagingTk on pypy Issue #2376, #2359.
- Default to inch-interpretation for missing ResolutionUnit in TiffImagePlugin #2365
[lambdafu]
- Bug: Fixed segfault when using ImagingTk on pypy Issue #2376, #2359.
[wiredfool]
- Fixed Integer overflow using ImagingTk on 32 bit platforms #2359
- Bug: Fixed Integer overflow using ImagingTk on 32 bit platforms #2359
[wiredfool, QuLogic]
- Tests: Added docker images for testing alternate platforms. See also https://github.com/python-pillow/docker-images. #2368