Files
codeql/go/ql/lib/change-notes/released/0.7.10.md
2024-03-06 20:56:51 +00:00

11 lines
372 B
Markdown

## 0.7.10
### Major Analysis Improvements
* We have significantly improved the Go autobuilder to understand a greater range of project layouts, which allows Go source files to be analysed that could previously not be processed.
* Go 1.22 has been included in the range of supported Go versions.
### Bug Fixes
* Fixed dataflow out of a `map` using a `range` statement.