Files
codeql/go/ql/lib/change-notes/released/0.0.7.md
2022-05-20 10:07:19 -07:00

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.