Skip to content

Commit ae80a68

Browse files
authored
Update CHANGELOG.md
1 parent 8d8dfac commit ae80a68

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@
1616
checklist for a CLI release, you can edit here. But then
1717
you know what to do).
1818
-->
19+
## Release 2.17.6 (2024-06-27)
20+
21+
### New features
22+
23+
- Beta support is now available for analyzing C# codebases without needing a working build. To use
24+
this, pass the `--build-mode none` option to `codeql database create`.
25+
26+
### Improvements
27+
28+
- The `--model-packs` option is now publicly available. This option allows commands like `codeql database analyze`
29+
to accept a list of model packs that are used to augment the analysis of all queries involved in the analysis.
1930

2031
## Release 2.17.5 (2024-06-12)
2132

@@ -335,7 +346,7 @@
335346

336347
- Fixed an issue where CodeQL would sometimes incorrectly report that no files
337348
were scanned when running on Windows.
338-
This affected the human-readable summary produced by `codeql database analyze`
349+
This affected the human-readable summary produced by `codeql database analyze`
339350
and `codeql database interpret-results`, but did not impact the file coverage
340351
information produced in the SARIF output and displayed on the tool status page.
341352
- When analyzing Swift codebases, CodeQL build tracing will now ignore the

0 commit comments

Comments
 (0)