Python: add change note

This commit is contained in:
Rasmus Lerchedahl Petersen
2024-10-01 10:12:39 +02:00
parent dacc0ab8fe
commit e0a3c8a1c4

View File

@@ -0,0 +1,7 @@
```yaml
---
category: minorAnalysis
---
* More precise modelling of the dataflow through comprehensions. In particular, captured variables are now handled correctly.
* Dataflow out of yield is added, allowing proper tracing through generators.
```