summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-09-21 13:59:48 +0000
committerClaudiu Popa <pcmanticore@gmail.com>2015-09-21 13:59:48 +0000
commit7d30cdb9be39d089806aece9be2e8a3545482a5a (patch)
tree4179930516007577a0f0f915f1a3b3786f6332ec /ChangeLog
parentb2de6be25d76043bbff9dd3ae77f2ca8f0e24f49 (diff)
downloadpylint-7d30cdb9be39d089806aece9be2e8a3545482a5a.tar.gz
Add changelog entry for 014f596 and a couple of other fixes.
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