From ffe1965b7438f70d2c0649ddcfb90c75fe1092ac Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 26 Sep 2019 19:30:32 +1000 Subject: [PATCH] Documented #4086 [ci skip] --- docs/releasenotes/6.2.0.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/releasenotes/6.2.0.rst b/docs/releasenotes/6.2.0.rst index 68d209f3519..def3293664e 100644 --- a/docs/releasenotes/6.2.0.rst +++ b/docs/releasenotes/6.2.0.rst @@ -64,6 +64,13 @@ Python 2.7 reaches end-of-life on 2020-01-01. Pillow 7.0.0 will be released on 2020-01-01 and will drop support for Python 2.7, making Pillow 6.2.x the last release series to support Python 2. +Image.frombuffer +~~~~~~~~~~~~~~~~ + +There has been a longstanding warning that the defaults of ``Image.frombuffer`` +may change in the future for the "raw" decoder. The change will now take place +in Pillow 7.0. + Other Changes =============