summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-09-11 00:34:16 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2015-09-11 00:34:16 +0300
commit988720b92d416c4d8d60b722763e057dd36b94db (patch)
tree4ebd690a8624ed7db01bfa2c36fc1566e58ccad9 /ChangeLog
parent304873ad1bbd70af63ef93fdf8679a9dcdc7419e (diff)
downloadastroid-988720b92d416c4d8d60b722763e057dd36b94db.tar.gz
Understand the `slice` builtin. Closes issue #184.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62765c3..85d9550 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -308,6 +308,8 @@ Change log for the astroid package (used to be astng)
Until now, inferring this kind of calls resulted in Instances, not in classes,
since astroid didn't understand that the presence of the metaclass in the call
leads to a class creationg, not to an instance creation.
+
+ * Understand the `slice` builtin. Closes issue #184.