summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a877b66..cc970e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -182,6 +182,9 @@ ChangeLog for Pylint
* Add 'old-octal-literal' to Python 3 porting checker, emitted when
encountering octals with the old syntax.
+
+ * Add 'implicit-map-evaluation' to Python 3 porting checker, emitted
+ when encountering the use of map builtin, without explicit evaluation.