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

9 lines
272 B
Markdown

## 2.0.0
### Breaking Changes
* Added a basic block construction as part of the library. This is currently
considered an internal unstable API. The input signature to the control flow
graph now requires two additional predicates: `idOfAstNode` and
`idOfCfgScope`.