Skip to content

Commit 9a440a9

Browse files
authored
Update CHANGELOG.md
1 parent 7434aae commit 9a440a9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,26 @@
1717
you know what to do).
1818
-->
1919

20+
## Release 2.17.1 (2024-04-24)
21+
22+
### Deprecations
23+
24+
- The `--mode` option and `-m` alias to `codeql database create`,
25+
`codeql database cleanup`, and `codeql dataset cleanup` has been
26+
deprecated. Instead, use the new `--cache-cleanup` option, which has
27+
identical behavior.
28+
29+
### Improvements
30+
31+
- Improved the diagnostic message produced when no code is processed
32+
when creating a database. If a build mode was specified using
33+
`--build-mode`, the message is now tailored to your build mode.
34+
35+
### Miscellaneous
36+
37+
- The `scc` tool used by the CodeQL CLI to calculate source code baseline
38+
information has been updated to version [3.2.0](https://github.com/boyter/scc/releases/tag/v3.2.0).
39+
2040
## Release 2.17.0 (2024-04-04)
2141

2242
### Deprecations

0 commit comments

Comments
 (0)