diff options
| -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 |