summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.8.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/2.8.rst')
-rw-r--r--doc/whatsnew/2.8.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/2.8.rst b/doc/whatsnew/2.8.rst
index 12c4661cb..9b1c036cf 100644
--- a/doc/whatsnew/2.8.rst
+++ b/doc/whatsnew/2.8.rst
@@ -14,6 +14,9 @@ New checkers
* Add ``deprecated-argument`` check for deprecated arguments.
+* Add new extension ``ConfusingConsecutiveElifChecker``. This optional checker emits a refactoring message (R5601 ``confusing-consecutive-elif``)
+ if if/elif statements with different indentation levels follow directly one after the other.
+
Other Changes
=============