summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <julien.cristau@logilab.fr>2014-06-30 10:32:28 +0200
committerJulien Cristau <julien.cristau@logilab.fr>2014-06-30 10:32:28 +0200
commit48e10cda3706bf563b9a95799119624bb3f29905 (patch)
tree1a4307832345b1ac5a18087e14f45e66bd822b40
parentecd1e616e7ba45fc986063d5de3d2bc774f9d206 (diff)
downloadastroid-git-48e10cda3706bf563b9a95799119624bb3f29905.tar.gz
Add changelog entry for Class.metaclass() changes
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0df2aeff..f7e09532 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@ Change log for the astroid package (used to be astng)
=====================================================
--
+ * `Class.metaclass()` now handles module-level __metaclass__ declaration
+ on python 2, and no longer looks at the __metaclass__ class attribute on
+ python 3.
* Function nodes can detect if they are decorated with subclasses
of builtin descriptors when determining their type
(`classmethod` and `staticmethod`).