From 7d30cdb9be39d089806aece9be2e8a3545482a5a Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Mon, 21 Sep 2015 13:59:48 +0000 Subject: Add changelog entry for 014f596 and a couple of other fixes. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') 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 -- cgit v1.2.1