mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
6 lines
255 B
Markdown
6 lines
255 B
Markdown
## 2.0.1
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* All AST classes in `codeql.swift.elements` are now `final`, which means that it is no longer possible to `override` predicates defined in those classes (it is, however, still possible to `extend` the classes).
|