Skip to content

Commit

Permalink
Update changelog for 2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Dec 9, 2024
1 parent 4da8b8c commit 53c6f95
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@
checklist for a CLI release, you can edit here. But then
you know what to do).
-->
## Release 2.20.0 (2024-12-09)

### New features

- The [`QlBuiltins::BigInt` type](https://codeql.github.com/docs/ql-language-reference/modules/#bigint) of
arbitrary precision integers is generally available and no longer hidden behind the
`--allow-experimental=bigint` CLI feature flag.

### Miscellaneous

- Backslashes are now escaped when writing output in the Graphviz DOT format (`--format=dot`).
- The build of Eclipse Temurin OpenJDK that is used to run the CodeQL CLI has been updated to version
21.0.5.

## Release 2.19.4 (2024-12-02)

### Improvements
Expand Down

0 comments on commit 53c6f95

Please sign in to comment.