mirror of
https://github.com/github/codeql.git
synced 2026-08-02 08:23:01 +02:00
9 lines
272 B
Markdown
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`.
|