Update CHANGES.rst [ci skip]

This commit is contained in:
wiredfool 2017-04-19 12:10:37 +01:00 committed by GitHub
parent 591a06eac9
commit 71056d339a

View File

@ -4,6 +4,9 @@ Changelog (Pillow)
4.2.0 (unreleased)
------------------
- 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]