summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-06-17 22:06:51 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-06-17 22:06:51 +0300
commit98cf6fa28626b7d1e57167764c00b96c06df07a1 (patch)
tree5a9a81be9888b14aa5c172dbdfc6d0d3e84a4549 /ChangeLog
parentc16be8e421f4080b8f8fa26882aaaabb52220fa4 (diff)
downloadastroid-98cf6fa28626b7d1e57167764c00b96c06df07a1.tar.gz
astroid.inspector was moved to pylint.pyreverse.
This was moved since it is the only known client of this module. No other change was made to the exported API. This doesn't go through a normal deprecation cycle, since I really want to clean it up at a faster pace.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b018a6..f999760 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -160,6 +160,10 @@ Change log for the astroid package (used to be astng)
* Add inference support for the builtin `callable`.
+ * astroid.inspector was moved to pylint.pyreverse, since
+ it is the only known client of this module. No other change
+ was made to the exported API.
+
2015-03-14 -- 1.3.6