aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 37751533e..75292c1b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
##
+- **EXPERIMENTAL** `zen builds`
+ - 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).
+
+## 5.6.1
- Bugfix: GetModificationTickFromPath and CopyFile now works correctly on Windows/Mac
- Bugfix: Handling of quotes and quotes with leading backslash for command line parsing - UE-231677
- Improvement: When logging with a epoch time prefix, the milliseconds/fraction is now correct. We now also set the epoch to the process spawn time rather than the time when the logger is created