From f50c7135834746e89b51000ec7a16146c5ef89fa Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 15 Oct 2023 16:17:45 +1100 Subject: [PATCH] Move #7307 from "Backwards Incompatible Changes" to "API Changes" --- docs/releasenotes/10.1.0.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/releasenotes/10.1.0.rst b/docs/releasenotes/10.1.0.rst index 61b2b1a79af..5528603eb52 100644 --- a/docs/releasenotes/10.1.0.rst +++ b/docs/releasenotes/10.1.0.rst @@ -1,8 +1,8 @@ 10.1.0 ------ -Backwards Incompatible Changes -============================== +API Changes +=========== Setting image mode ^^^^^^^^^^^^^^^^^^ @@ -13,9 +13,6 @@ not about removing existing functionality, but instead about raising an explicit error to prevent later consequences. The ``convert`` method is the correct way to change an image's mode. -API Changes -=========== - Accept a list in getpixel() ^^^^^^^^^^^^^^^^^^^^^^^^^^^