Skip to content

Commit

Permalink
Add known issue for Windows exe properties version number
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Dec 10, 2024
1 parent 53c6f95 commit d83aedf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
-->
## Release 2.20.0 (2024-12-09)

### Known issues

- The Windows executable for this release is labeled with an incorrect version number
within its properties: the version number should be 2.20.0 rather than 2.19.4.
`codeql version` reports the correct version number.

### New features

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

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

0 comments on commit d83aedf

Please sign in to comment.