mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
10 lines
460 B
Markdown
10 lines
460 B
Markdown
## 0.0.7
|
|
|
|
### Deprecated APIs
|
|
|
|
* The `codeql/go-upgrades` CodeQL pack has been removed. All database upgrade scripts have been merged into the `codeql/go-all` CodeQL pack.
|
|
|
|
### Bug Fixes
|
|
|
|
* `Function`'s predicate `getACall` now returns more results in some situations. It now always returns callers that may call a method indirectly via an interface method that it implements. Previously this only happened if the method was in the source code being analysed.
|