Files
codeql/shared/dataflow/change-notes/released/2.0.0.md
2025-02-03 15:19:35 +00:00

7 lines
306 B
Markdown

## 2.0.0
### Breaking Changes
* Deleted the deprecated `Make` and `MakeWithState` modules, use `Global` and `GlobalWithState` instead.
* Deleted the deprecated `hasFlow`, `hasFlowPath`, `hasFlowTo`, and `hasFlowToExpr` predicates, use `flow`, `flowPath`, `flowTo`, and `flowToExpr` respectively instead.