Update CHANGES.rst [ci skip]

This commit is contained in:
wiredfool 2017-05-10 11:24:07 +01:00 committed by GitHub
parent 39240b8af8
commit 8b8f150d37

View File

@ -4,6 +4,9 @@ Changelog (Pillow)
4.2.0 (unreleased) 4.2.0 (unreleased)
------------------ ------------------
- Doc: Updated references to point to existing files #2507
[radarhere]
- Return copy on Image crop if crop dimensions match the image #2471 - Return copy on Image crop if crop dimensions match the image #2471
[radarhere] [radarhere]
@ -2529,7 +2532,7 @@ Pre-fork
import numpy, Image import numpy, Image
im = Image.open('hopper.jpg') im = Image.open('lena.jpg')
a = numpy.asarray(im) # a is readonly a = numpy.asarray(im) # a is readonly