aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16f828b44..094d64e5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,10 @@
##
+- Bugfix: Fixed missing trailing quote when converting binary data from compact binary to json
- **EXPERIMENTAL** `zen builds`
- Feature: `zen builds` auth option `--oidctoken-exe-path` to let zen run the OidcToken executable to get and refresh authentication token
- Bugfix: Fixed upload failure on Mac/Linux if `--zen-folder-path` was not given. UE-265170
- Feature: `zen builds upload` command has new option `--find-max-block-count` to control how many blocks we search for reuse.
- Improvement: Bumped the default number of blocks to search during upload to 10000 (from 5000).
- - Bugfix: Fixed missing trailing quote when converting binary data from compact binary to json
## 5.6.1
- Bugfix: GetModificationTickFromPath and CopyFile now works correctly on Windows/Mac