summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-06-17 22:47:00 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-06-17 22:47:00 +0300
commit992904d43055dd11dd22f43cd30d6265fe2eb2df (patch)
tree64c43bc465ba69d72678e03368323ce44960ffb3 /ChangeLog
parent798a8aaac8b7b1d2517ae9d9b4ee72f8c5339f12 (diff)
downloadpylint-992904d43055dd11dd22f43cd30d6265fe2eb2df.tar.gz
astroid.utils.LocalsVisitor was moved to pylint.pyreverse.LocalsVisitor.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c25dcd..34af777 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -166,6 +166,8 @@ ChangeLog for Pylint
* astroid.inspector was moved to pylint.pyreverse, since it belongs
there and it doesn't need to be in astroid.
+
+ * astroid.utils.LocalsVisitor was moved to pylint.pyreverse.LocalsVisitor.