python: add change note

This commit is contained in:
Rasmus Lerchedahl Petersen
2024-05-17 10:02:38 +02:00
parent d4d6b48f98
commit 92a5b6f6d6

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* A Python MaD row may now contain a dotted path in the `type` column. Like in Ruby, a path to a class will refer to instances. This means that the summary `["foo", "Member[MyClass].Instance.Member[instance_method]", "Argument[0]", "ReturnValue", "value"]` can now be written `["foo.MS_Class", "Member[instance_method]", "Argument[0]", "ReturnValue", "value"]`. To refer to an actual class, one may add a `!` at the end of the path.