summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2014-07-29 11:36:15 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2014-07-29 11:36:15 +0300
commitbf919348a823a573ebbb7c435626172ba21b7c3c (patch)
treef6bee267871fb7b66e49f26a542d549a84e525a6 /ChangeLog
parent70b05d23a03218cd16bcde339f4ba50dc4a8f27a (diff)
downloadastroid-git-bf919348a823a573ebbb7c435626172ba21b7c3c.tar.gz
Set the parent of vararg and kwarg nodes when inferring them. Closes issue #43.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dcc1093a..2fff5b84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ Change log for the astroid package (used to be astng)
* Fix a crash occurred when inferring decorator call chain.
Closes issue #42.
+ * Set the parent of vararg and kwarg nodes when inferring them.
+ Closes issue #43.
+
2014-07-25 -- 1.2.0
* Function nodes can detect decorator call chain and see if they are