Add change note

This commit is contained in:
Tom Hvitved
2023-11-21 11:57:54 +01:00
parent 84aa9f17a0
commit 6fc9e6193a

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Python now makes use of the shared type tracking library, exposed as `semmle.python.dataflow.new.TypeTracking`. The existing type tracking library, `semmle.python.dataflow.new.TypeTracker`, has consequently been deprecated.