summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.7.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/2.7.rst')
-rw-r--r--doc/whatsnew/2.7.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/whatsnew/2.7.rst b/doc/whatsnew/2.7.rst
index 7b0fd859f..520c68cd5 100644
--- a/doc/whatsnew/2.7.rst
+++ b/doc/whatsnew/2.7.rst
@@ -26,6 +26,8 @@ New checkers
* Add `condition-evals-to-constant` check for conditionals using and/or that evaluate to a constant.
+* Add `consider-using-generator` check for the use of list comprehension inside ``any`` or ``all`` function.
+
Other Changes
=============