Skip to content

Commit

Permalink
chore(*): moved changelog entry from 2.12 to 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
yushao2 committed Nov 28, 2021
1 parent 37106d6 commit 79a0077
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions doc/whatsnew/2.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions doc/whatsnew/2.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 79a0077

Please sign in to comment.