summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-06-17 22:23:38 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-06-17 22:23:38 +0300
commit0208d0716e5413689b1592691f92b2c16d4b9a94 (patch)
treeee95bba59a0e89a18d38da8c367e0fe6b18a0ac9 /ChangeLog
parenta6863085d1ce484220a556b3fe8904ad59cf3367 (diff)
downloadpylint-0208d0716e5413689b1592691f92b2c16d4b9a94.tar.gz
Import astroid inspector to pyreverse.inspector.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a6610f..0c25dcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -163,6 +163,9 @@ ChangeLog for Pylint
* Take in consideration differences between arguments of various
type of functions (classmethods, staticmethods, properties)
when checking for `arguments-differ`. Closes issue #548.
+
+ * astroid.inspector was moved to pylint.pyreverse, since it belongs
+ there and it doesn't need to be in astroid.