Skip to content

Commit bc44bf6

Browse files
author
Dave Bartolomeo
committed
Update changelog for 2.20.1
1 parent d83aedf commit bc44bf6

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@
1616
checklist for a CLI release, you can edit here. But then
1717
you know what to do).
1818
-->
19+
## Release 2.20.1 (2025-01-09)
20+
21+
### Improvements
22+
23+
- Automatic installation of dependencies for C++ autobuild is now supported on Ubuntu 24.04.
24+
25+
- The CLI will now warn if it detects that it is installed in a
26+
location where it is likely to cause performance issues. This
27+
includes: user home, desktop, downloads, or the file system root.
28+
29+
You can avoid this warning by setting the `CODEQL_ALLOW_INSTALLATION_ANYWHERE`
30+
environment variable to `true`.
31+
1932
## Release 2.20.0 (2024-12-09)
2033

2134
### Known issues
@@ -618,7 +631,7 @@
618631

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

0 commit comments

Comments
 (0)