Files
codeql/swift/ql/lib/change-notes/released/2.0.0.md
2024-09-16 10:56:10 +00:00

7 lines
307 B
Markdown

## 2.0.0
### Breaking Changes
* Deleted the deprecated `explorationLimit` predicate from `DataFlow::Configuration`, use `FlowExploration<explorationLimit>` instead.
* Deleted the deprecated `getDerivedTypeDecl` predicate from the `TypeDecl` class, use `getADerivedTypeDecl` or `getABaseTypeDecl` instead.