From c8fa5be09913ddbac66a89db9a0605a15316e553 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 17 Mar 2019 20:50:33 +0200 Subject: [PATCH] Update CHANGES.rst --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 383517590..56251c4f9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,9 @@ Changelog (Pillow) - Python 2.7 support will be removed in Pillow 7.0.0 #3682 [hugovk] +- Fix BytesWarning in Tests/test_numpy.py #3725 + [jdufresne] + - Add missing MIME types and extensions #3520 [pirate486743186]