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.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/whatsnew/2.8.rst b/doc/whatsnew/2.8.rst
index 74beb7de4..11bce8c36 100644
--- a/doc/whatsnew/2.8.rst
+++ b/doc/whatsnew/2.8.rst
@@ -17,6 +17,8 @@ New checkers
* 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.
+* Add ``consider-using-min-max-builtin`` check for if statement which could be replaced by Python builtin min or max.
+
Other Changes
=============