summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcpopa <devnull@localhost>2013-12-18 17:43:03 +0200
committercpopa <devnull@localhost>2013-12-18 17:43:03 +0200
commit1bb783ef5247d75950b8e53b1f69f4b3616066b3 (patch)
tree81484e2a87e082238d558817459b244ff0e74bfa
parent8a2d44f7ddb895a989901663200e64536a61b6e3 (diff)
downloadastroid-1bb783ef5247d75950b8e53b1f69f4b3616066b3.tar.gz
Better Changelog message.
-rw-r--r--ChangeLog5
1 files changed, 2 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a56ba8..36c1011 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,9 +2,8 @@ Change log for the astroid package (used to be astng)
=====================================================
--
- * Add `metaclass` function to `Class` nodes,
- for retrieving the metaclass of a class node, working
- for py3k as well.
+ * Add a `metaclass` function to `Class` nodes to
+ retrieve their metaclass. (including on py3K)
* Add support for inferring arguments to namedtuple invocations.