summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.