From 63141a9c0cf1d08d58c63249dc785bba4295e86c Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 18 Mar 2019 20:37:56 +0200 Subject: [PATCH] Update CHANGES.rst --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 56251c4f9..a76cf0dff 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] +- Only close original fp in __del__ and __exit__ if original fp is exclusive #3683 + [radarhere] + - Fix BytesWarning in Tests/test_numpy.py #3725 [jdufresne]