summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-07-03 15:18:22 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-07-03 15:18:22 +0300
commit91ec294414a2ad75c3f0afaef6a57a4e46a11330 (patch)
tree0208a5ef8aa8b5af4546257a7d8a456d56c5603c /ChangeLog
parent54e4b98eae6108e59dbbc754b5ed80dacc23bfe4 (diff)
downloadpylint-91ec294414a2ad75c3f0afaef6a57a4e46a11330.tar.gz
New imported features from astroid into pyreverse.
We moved pyreverse.inspector.Project, pyreverse.inspector.project_from_files and pyreverse.inspector.interfaces. These were moved since they didn't belong in astroid and they can be better maintained inside pyreverse itself.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 366cbc6..5a5788e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -202,6 +202,11 @@ ChangeLog for Pylint
which don't support it (a number plus a string for instance).
This is currently disabled, since the it exhibits way too many false
positives, but it will be reenabled as soon as possible.
+
+ * New imported features from astroid into pyreverse: pyreverse.inspector.Project,
+ pyreverse.inspector.project_from_files and pyreverse.inspector.interfaces.
+
+ These were moved since they didn't belong in astroid.