Update CHANGES.rst

This commit is contained in:
Hugo 2019-02-12 16:06:37 +02:00 committed by GitHub
parent f7134f1c18
commit c330ffb5c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,9 @@ Changelog (Pillow)
6.0.0 (unreleased)
------------------
- Deprecate PIL.*ImagePlugin.__version__ attributes #3628
[jdufresne]
- Docs: Add note about ImageDraw operations that exceed image bounds #3620
[radarhere]