summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.