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 5e21556..7f44f14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -365,6 +365,10 @@ ChangeLog for Pylint
encountered in languages with variabile assignments in conditional
statements.
+ * Add a new convention message, 'consider-using-enumerate', which is
+ emitted when code that uses `range` and `len` for iterating is encountered.
+ Closes issue #684.
+
2015-03-14 -- 1.4.3