diff options
author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2010-03-04 12:12:32 +0100 |
---|---|---|
committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2010-03-04 12:12:32 +0100 |
commit | 8a8be97e8fd7751d4c6341e9f59ca7908a7893d5 (patch) | |
tree | f5ed094be0f6ff078f7abca97980c5922b2a5e67 /ChangeLog | |
parent | ebb64fcf6f83eb12e7dd86467054d223922a56b0 (diff) | |
download | pylint-git-8a8be97e8fd7751d4c6341e9f59ca7908a7893d5.tar.gz |
update changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ ChangeLog for PyLint ==================== -- + * fix #9263, __init__ and __new__ are checked for unused arguments. + * fix #20991, class scope definitions ignored in a genexpr * implement #9776, 'W0150' break or return statement in finally block may |