diff options
| author | zousar <[email protected]> | 2025-04-03 17:18:11 -0600 |
|---|---|---|
| committer | zousar <[email protected]> | 2025-04-03 17:18:11 -0600 |
| commit | 6a64ac9e5d2c723d053ea74f52c282fa39d88c21 (patch) | |
| tree | 025e09311cb7584905a93ffe972f4d58badb648b | |
| parent | Don't duplicate ID bytes when more than one pkg_data (diff) | |
| download | zen-6a64ac9e5d2c723d053ea74f52c282fa39d88c21.tar.xz zen-6a64ac9e5d2c723d053ea74f52c282fa39d88c21.zip | |
Changelog
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d0f39a78..4e1ce07f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## - Feature: `zen oplog-export`, `zen oplog-import` for `--url` (cloud) and `--builds` (builds) option now has `--oidctoken-exe-path` to let zen run the OidcToken executable to get and refresh authentication token +- Bugfix: Fixing bug where some imports were shown as a blank string in the web UI ## 5.6.2 - Bugfix: Changed Mac minver from 12.5 to 14.0, and removed `_LIBCPP_DISABLE_AVAILABILITY` as a define on Mac due to executable incompatibility issues |