Skip to content

Commit d83aedf

Browse files
committed
Add known issue for Windows exe properties version number
1 parent 53c6f95 commit d83aedf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
-->
1919
## Release 2.20.0 (2024-12-09)
2020

21+
### Known issues
22+
23+
- The Windows executable for this release is labeled with an incorrect version number
24+
within its properties: the version number should be 2.20.0 rather than 2.19.4.
25+
`codeql version` reports the correct version number.
26+
2127
### New features
2228

2329
- The [`QlBuiltins::BigInt` type](https://codeql.github.com/docs/ql-language-reference/modules/#bigint) of
@@ -612,7 +618,7 @@
612618

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

0 commit comments

Comments
 (0)