summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-07-26 00:35:31 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-07-26 00:35:31 +0300
commit6fcec7ace75124766747363e480ef06d4a9bf241 (patch)
tree5df8030b9081b0892d591531f79a92448197c058 /ChangeLog
parent08660381b4470983553610c78252b6cce9f117d4 (diff)
downloadastroid-6fcec7ace75124766747363e480ef06d4a9bf241.tar.gz
Add get_wrapping_class API to scoped_nodes, which can be used to retrieve the class that wraps a node.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c38ed5..a5c9511 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -237,6 +237,9 @@ Change log for the astroid package (used to be astng)
in a non-package will finally result in an import-error on Pylint's side.
Until now relative_only was ignored, leading to the import of `something`,
if it was globally available.
+
+ * Add get_wrapping_class API to scoped_nodes, which can be used to
+ retrieve the class that wraps a node.