summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f209bda..8154628 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -295,6 +295,11 @@ ChangeLog for Pylint
for --load-plugins never actually worked, while it also didn't raise
an error. Closes issue #424.
+ * Add a new error, 'nonlocal-without-binding'
+
+ The error is emitted on Python 3 when a nonlocal name is not bound
+ to any variable in the parents scopes. Closes issue #582.
+
2015-03-14 -- 1.4.3