Skip to content

Commit 1fa8741

Browse files
authored
Update changelog for 2.20.2
1 parent bc44bf6 commit 1fa8741

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,23 @@
1616
checklist for a CLI release, you can edit here. But then
1717
you know what to do).
1818
-->
19+
## Release 2.20.2 (2025-01-22)
20+
21+
### Improvements
22+
23+
- `codeql database create` and `codeql database finalize` now write relations to disk in a new, compressed format. As a result, databases will generally take up less space on disk, whether zipped or unzipped. Note that databases in this format can only be read and analyzed using CodeQL version 2.20.1 onwards. Attempting to analyze such a database with CodeQL version 2.20.0 or older will fail, with an error message like the following:
24+
```
25+
UnsortedExtensionalError: Tuples that were assumed to be in order are not: [123456777, 777654321, 123456777]<[777654321, 123456777, 777654321]
26+
```
27+
28+
### Enhancements
29+
30+
- Added the `.bitLength()` method to `QlBuiltins::BigInt`.
31+
32+
### Bugs Fixed
33+
34+
- Fixed a bug where CodeQL would crash on rare occasions while merging SARIF files before uploading results.
35+
1936
## Release 2.20.1 (2025-01-09)
2037

2138
### Improvements

0 commit comments

Comments
 (0)