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
commit99db5fdc4bb44ddd10090e04d4f7b0d26937ed06 (patch)
tree833cbaf70321eefa5c2d92abdc2e757b7de98d29
parent519b3f7526319c4b4af22468165233070d94426f (diff)
downloadastroid-99db5fdc4bb44ddd10090e04d4f7b0d26937ed06.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 0df2aef..f7e0953 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`).