Updated CHANGES.rst [ci skip]

This commit is contained in:
wiredfool 2017-04-20 04:38:03 -07:00 committed by Andrew Murray
parent 5a33416c72
commit 535338396a

View File

@ -4,18 +4,21 @@ Changelog (Pillow)
4.2.0 (unreleased)
------------------
- Undef PySlice_GetIndicesEx, see https://bugs.python.org/issue29943 #2493
[cgohlke]
- Fix for file with DPI in EXIF but not metadata, and XResolution is an int rather than tuple #2484
[hugovk]
- Return copy on Image crop if crop dimensions match the image #2471
[radarhere]
- Test: Optimize CI speed #2464, #2466
[hugovk]
4.1.1 (2017-04-28)
------------------
- Undef PySlice_GetIndicesEx, see https://bugs.python.org/issue29943 #2493
[cgohlke]
- Fix for file with DPI in EXIF but not metadata, and XResolution is an int rather than tuple #2484
[hugovk]
- Docs: Removed broken download counter badge #2487
[hugovk]