We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da8b8c commit 53c6f95Copy full SHA for 53c6f95
CHANGELOG.md
@@ -16,6 +16,20 @@
16
checklist for a CLI release, you can edit here. But then
17
you know what to do).
18
-->
19
+## Release 2.20.0 (2024-12-09)
20
+
21
+### New features
22
23
+- The [`QlBuiltins::BigInt` type](https://codeql.github.com/docs/ql-language-reference/modules/#bigint) of
24
+ arbitrary precision integers is generally available and no longer hidden behind the
25
+ `--allow-experimental=bigint` CLI feature flag.
26
27
+### Miscellaneous
28
29
+- Backslashes are now escaped when writing output in the Graphviz DOT format (`--format=dot`).
30
+- The build of Eclipse Temurin OpenJDK that is used to run the CodeQL CLI has been updated to version
31
+ 21.0.5.
32
33
## Release 2.19.4 (2024-12-02)
34
35
### Improvements
0 commit comments