Skip to content

Commit f4e1dee

Browse files
committed
Update CHANGELOG.md for 2.24.2
1 parent 3f1fd5f commit f4e1dee

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
you know what to do).
1818
-->
1919

20+
## Release 2.24.2 (2026-02-20)
21+
22+
### Bug Fixes
23+
24+
- Fixed SARIF output to generate RFC 1738 compatible file URIs. File URIs now always use the `file:///` format instead of `file:/` for better interoperability with SARIF consumers.
25+
2026
## Release 2.24.1 (2026-02-05)
2127

2228
### Miscellaneous
@@ -82,7 +88,7 @@ This release was skipped.
8288
}
8389
```
8490
85-
The `--permissive` option was removed, as under some circumstances it would break the extractor's ability to parse valid C++ code. When calling the extractor directly,
91+
The `--permissive` option was removed, as under some circumstances it would break the extractor's ability to parse valid C++ code. When calling the extractor directly,
8692
`--permissive` should no longer be passed. The above code will fail to parse, and we
8793
recommend the code being made `const`-correct.
8894
@@ -231,7 +237,7 @@ This release was skipped.
231237
232238
- On macOS the `CODEQL_TRACER_RELOCATION_EXCLUDE` environment variable can now be used to exclude certain paths from the
233239
tracer relocation and tracing process. This environment variable accepts newline-separated regex patterns of binaries
234-
to be excluded.
240+
to be excluded.
235241
236242
## Release 2.20.7 (2025-03-18)
237243

0 commit comments

Comments
 (0)