summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-08-02 21:06:16 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-08-02 21:06:16 +0300
commit1b32113dc0ed20312b4bf0ac9cc6d00009579748 (patch)
treecc5fcb6ca6bdb9a265005de734b50cbb1786f4fa /ChangeLog
parent2057d563aa42052cb77febe0fd4a8a9dd871379d (diff)
downloadpylint-1b32113dc0ed20312b4bf0ac9cc6d00009579748.tar.gz
Improved the not-in-loop checker to properly detect more cases.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 17f34dd..6ec70e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -231,6 +231,8 @@ ChangeLog for Pylint
* --generate-rcfile generates by default human readable symbols
for the --disable option. Closes issue #608.
+
+ * Improved the not-in-loop checker to properly detect more cases.