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 39fb9eb commit 7dab24d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions doc/whatsnew/2.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,6 @@ Extensions
Other Changes
=============

* Fix false negative for ``consider-iterating-dictionary`` during membership checks encapsulated in iterables
or ``not in`` checks

Closes #5323

* 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
5 changes: 5 additions & 0 deletions doc/whatsnew/2.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ Extensions
Other Changes
=============

* Fix false negative for ``consider-iterating-dictionary`` during membership checks encapsulated in iterables
or ``not in`` checks

Closes #5323

* Require Python ``3.6.2`` to run pylint.

Closes #5065

0 comments on commit 7dab24d

Please sign in to comment.