summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcpopa <devnull@localhost>2014-04-30 11:53:32 +0300
committercpopa <devnull@localhost>2014-04-30 11:53:32 +0300
commitb4a8d6b7df82f18cded34f3507d94f4f199e62b3 (patch)
tree7b4b399a2836f7ea70c657e857307fc0cd7f02af
parent6bbd339901c219edec1debb47cd13a773054b5be (diff)
parent5868ae7e21f4231cf1c07a0f8faf72b164544619 (diff)
downloadastroid-b4a8d6b7df82f18cded34f3507d94f4f199e62b3.tar.gz
Merge with ancestors.
-rw-r--r--ChangeLog6
1 files changed, 2 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d6d34c9..68d0504 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,15 +2,13 @@ Change log for the astroid package (used to be astng)
=====================================================
--
+ * `Class.metaclass()` looks in ancestors when the current class
+ does not define explicitly a metaclass.
* Do not cache modules if a module with the same qname is already
known, and only return cached modules if both name and filepath
match. Fixes pylint Bitbucket issue #136.
- * `Class.metaclass()` looks in ancestors when the current class
- does not define explicitly a metaclass.
-
-
2014-04-18 -- 1.1.0
* All class nodes are marked as new style classes for Py3k.