diff options
| author | Liam Mitchell <[email protected]> | 2026-03-09 18:46:13 -0700 |
|---|---|---|
| committer | Liam Mitchell <[email protected]> | 2026-03-09 18:46:13 -0700 |
| commit | c1d9f0fdbab05f4478d64fc9921ffe1006c7de20 (patch) | |
| tree | 1aa702b53f5ba84b56b5e2e730ecef9f3a20f821 | |
| parent | Merge branch 'main' into lm/oidctoken-exe-path (diff) | |
| download | zen-c1d9f0fdbab05f4478d64fc9921ffe1006c7de20.tar.xz zen-c1d9f0fdbab05f4478d64fc9921ffe1006c7de20.zip | |
Update changelog
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 39fa3747e..00d52b964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Though it should be noted that since Sentry is initialized very early there is a small period where the default will be WARN no matter what you pass on the command line. - Improvement: Output more information about auth options for `zen` command +- Improvement: Added --allow-external-oidctoken-exe command-line option to control whether or not requests are allowed to specify an arbitrary OidcToken executable - Bugfix: `--plain-progress` style progress bar should now show elapsed time correctly - Bugfix: Time spent indexing local and remote state during `zen builds download` now show the correct time - Bugfix: ObjectStore failed to correctly parse urls with sub folder paths causing 404 to be returned |