summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8f4b310d..9c22e21dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -115,6 +115,12 @@ Release date: tba
occurred when a class docstring uses the 'For the parameters, see'
magic string but the class __init__ docstring does not, or vice versa.
+ * `redefined-outer-name` is now also emitted when a nested loop's target
+ variable is the same as a target variable in an outer loop.
+
+ Closes issue #911.
+
+
What's new in Pylint 1.6.2?
===========================