summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorcpopa <devnull@localhost>2014-04-29 22:41:20 +0300
committercpopa <devnull@localhost>2014-04-29 22:41:20 +0300
commit5868ae7e21f4231cf1c07a0f8faf72b164544619 (patch)
treefe1c2634bb830a021b812dff8db30e68867461cd /ChangeLog
parentee970b32970ce02e7a1ebd719a5513939db7256f (diff)
parentea057b7c54618eb1257279074a8b34b4511aa6d6 (diff)
downloadastroid-5868ae7e21f4231cf1c07a0f8faf72b164544619.tar.gz
Merge with default.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cc0ddc..68d0504 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,14 @@
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.
-
2014-04-18 -- 1.1.0
* All class nodes are marked as new style classes for Py3k.