Skip to content

Commit

Permalink
Update changelog for 2.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Jun 19, 2023
1 parent c884191 commit 97d73d0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,23 @@
you know what to do).
-->

## Release 2.13.4 (2023-06-19)

### New features

- Temporary files and folders created by the CodeQL CLI will now be cleaned up
when each CLI command (and its internal JVM) shuts down normally.

### Bugs fixed

- Fixed an issue where indirect build tracing did not work in Azure DevOps
pipeline jobs in Windows containers. To use indirect build tracing in such
environments, ensure both the `--begin-tracing` and
`--trace-process-name=CExecSvc.exe` arguments are passed to
`codeql database init`.
- Improved the error message for the `codeql pack create` command when the pack
being published has a dependency with no scope in its name.

## Release 2.13.3 (2023-05-31)

### New features
Expand Down

0 comments on commit 97d73d0

Please sign in to comment.