Skip to content

Commit 97d73d0

Browse files
committed
Update changelog for 2.13.4
1 parent c884191 commit 97d73d0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,23 @@
1717
you know what to do).
1818
-->
1919

20+
## Release 2.13.4 (2023-06-19)
21+
22+
### New features
23+
24+
- Temporary files and folders created by the CodeQL CLI will now be cleaned up
25+
when each CLI command (and its internal JVM) shuts down normally.
26+
27+
### Bugs fixed
28+
29+
- Fixed an issue where indirect build tracing did not work in Azure DevOps
30+
pipeline jobs in Windows containers. To use indirect build tracing in such
31+
environments, ensure both the `--begin-tracing` and
32+
`--trace-process-name=CExecSvc.exe` arguments are passed to
33+
`codeql database init`.
34+
- Improved the error message for the `codeql pack create` command when the pack
35+
being published has a dependency with no scope in its name.
36+
2037
## Release 2.13.3 (2023-05-31)
2138

2239
### New features

0 commit comments

Comments
 (0)