summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fcf5b09..dc5445e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -270,7 +270,13 @@ Change log for the astroid package (used to be astng)
AstroidBuilder._data_build.
Closes issue #116.
-
+
+ * Class._explicit_metaclass is now a public API, in the form of
+ Class.declared_metaclass.
+
+ Class.mro remains the de facto method for retrieving the metaclass
+ of a class, which will also do an evaluation of what declared_metaclass
+ returns.
2015-03-14 -- 1.3.6