Python: Add change note

This commit is contained in:
Taus Brock-Nannestad
2021-02-18 15:59:34 +01:00
parent e9cbdc4ad3
commit 880451f659

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Added support for type backtracking. Dual to the `TypeTracker` class, the `TypeBackTracker` class allows the propagation of user-defined type information backwards from a set of data flow nodes.