Update CHANGES.rst

This commit is contained in:
Hugo 2018-09-16 16:11:46 +03:00 committed by GitHub
parent c371f08175
commit 68717f4a28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,9 @@ Changelog (Pillow)
5.3.0 (unreleased)
------------------
- ImageDraw: Add line joints #3250
[radarhere]
- Improved performance of ImageDraw floodfill method #3294
[yo1995]