summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.12.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/2.12.rst')
-rw-r--r--doc/whatsnew/2.12.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/whatsnew/2.12.rst b/doc/whatsnew/2.12.rst
index 59c89ff22..b69af3289 100644
--- a/doc/whatsnew/2.12.rst
+++ b/doc/whatsnew/2.12.rst
@@ -75,6 +75,12 @@ Extensions
Closes #5008
+* Moved ``misplaced-comparison-constant`` to its own extension ``comparison_placement``.
+ This checker was opinionated and now no longer a default. It can be reactived by adding
+ ``pylint.extensions.comparison_placement`` to ``load-plugins`` in your config.
+
+ Closes #1064
+
Other Changes
=============