mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
12 lines
593 B
Markdown
12 lines
593 B
Markdown
## 0.10.0
|
|
|
|
### Breaking Changes
|
|
|
|
* Deleted the deprecated `getAssemblyName` predicate from the `Operator` class. Use `getFunctionName` instead.
|
|
* Deleted the deprecated `LShiftOperator`, `RShiftOperator`, `AssignLShiftExpr`, `AssignRShiftExpr`, `LShiftExpr`, and `RShiftExpr` aliases.
|
|
* Deleted the deprecated `getCallableDescription` predicate from the `ExternalApiDataNode` class. Use `hasQualifiedName` instead.
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Generated .NET Runtime models for properties with both getters and setters have been removed as this is now handled by the data flow library.
|