summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorcpopa <devnull@localhost>2014-09-03 16:21:07 +0300
committercpopa <devnull@localhost>2014-09-03 16:21:07 +0300
commit2da14d2ceee5d3d1727dc8abdf47af96e68bc63c (patch)
treec226617ff17d333a6dbd1e45fe3dbdc4aa5fa532 /ChangeLog
parentb4e426cb7443d465bfb0b641b1e9e69f66b330e6 (diff)
downloadpylint-2da14d2ceee5d3d1727dc8abdf47af96e68bc63c.tar.gz
Extend the cases where 'undefined-variable' and 'used-before-assignment' can be detected. Closes issue #291.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ae6341..8ef316f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -95,6 +95,9 @@ ChangeLog for Pylint
string contains mixed attribute access arguments and manual
fields. Closes issue #322.
+ * Extend the cases where 'undefined-variable' and 'used-before-assignment'
+ can be detected. Closes issue #291.
+
2014-07-26 -- 1.3.0