summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d85ac015b..698fe434f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@ Pylint's ChangeLog
What's New in Pylint 2.7.0?
===========================
+* Fix false positive for ``builtin-not-iterating`` when ``map`` receives iterable
+
+ Closes #4078
+
* Python 3.6+ is now required.
* Fix false positive for ``builtin-not-iterating`` when ``zip`` receives iterable