summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68d0504c..ff1b1f4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@ Change log for the astroid package (used to be astng)
=====================================================
--
+ * Function nodes can detect if they are decorated with subclasses
+ of builtin descriptors when determining their type
+ (`classmethod` and `staticmethod`).
+
* `Class.metaclass()` looks in ancestors when the current class
does not define explicitly a metaclass.