From 79a00770c51fea98300ebdfad0e52c5c6c10191c Mon Sep 17 00:00:00 2001 From: "Yu Shao, Pang" Date: Mon, 29 Nov 2021 00:21:02 +0800 Subject: [PATCH] chore(*): moved changelog entry from 2.12 to 2.13 --- doc/whatsnew/2.12.rst | 4 ---- doc/whatsnew/2.13.rst | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/whatsnew/2.12.rst b/doc/whatsnew/2.12.rst index 1e8ce70141e..be4559af83a 100644 --- a/doc/whatsnew/2.12.rst +++ b/doc/whatsnew/2.12.rst @@ -97,10 +97,6 @@ Extensions Other Changes ============= -* Fix ``unnecessary_dict_index_lookup`` false positive when deleting a dictionary's entry. - - Closes #4716 - * Fix ``install graphiz`` message which isn't needed for puml output format. * ``pylint`` no longer crashes when checking assignment expressions within if-statements diff --git a/doc/whatsnew/2.13.rst b/doc/whatsnew/2.13.rst index 378b4103bf8..e942847a335 100644 --- a/doc/whatsnew/2.13.rst +++ b/doc/whatsnew/2.13.rst @@ -20,6 +20,10 @@ Extensions Other Changes ============= +* Fix ``unnecessary_dict_index_lookup`` false positive when deleting a dictionary's entry. + + Closes #4716 + * Require Python ``3.6.2`` to run pylint. Closes #5065