Python: Add change-note

This commit is contained in:
Rasmus Wriedt Larsen
2023-07-11 11:33:06 +02:00
parent a1225674ee
commit 83ca47f32c

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Parameters with a default value are now considered a `DefinitionNode`. This improvement was motivated by allowing type-tracking and API graphs to follow flow from such a default value to a use by a captured variable.