python: add change note

This commit is contained in:
Rasmus Lerchedahl Petersen
2023-03-16 12:52:12 +01:00
parent 4713ba1e12
commit f9bffb5454

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Type tracking is now aware of reads of captured variables (variables defined in an outer scope). This leads to a richer API graph, and may lead to more results in some queries.