summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-08-21 00:54:39 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-08-21 00:54:39 +0300
commit74b27556ce98b5665cc72bbcfbbf4bdd8f2ab678 (patch)
tree9a69ff892dfc3b7a07677196d4ec908ddbb9576b /ChangeLog
parentd4e89a34559094d0d8bca0be4137b77caf53d874 (diff)
downloadastroid-74b27556ce98b5665cc72bbcfbbf4bdd8f2ab678.tar.gz
Understand slices of tuples, lists, strings and instances with support for slices.
Closes issue #137.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc5445e..2794e54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -278,6 +278,11 @@ Change log for the astroid package (used to be astng)
of a class, which will also do an evaluation of what declared_metaclass
returns.
+ * Understand slices of tuples, lists, strings and instances with support
+ for slices.
+
+ Closes issue #137.
+
2015-03-14 -- 1.3.6