Python: add change note

This commit is contained in:
Rasmus Lerchedahl Petersen
2023-11-20 21:44:16 +01:00
parent 421d4f3497
commit c8b87f71c5

View File

@@ -0,0 +1,5 @@
---
category: fix
---
- The dataflow graph no longer contains SSA variables. Instead, flow is directed via the corresponding controlflow nodes. This should make the graph and the flow simpler to understand. Minor improvements in flow computation has been observed, but in general negligible changes to alerts are expected.