diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2df18a3..26a3c27f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ ## +- Improvement: Hide compress/download rates when uploading build when complete +- Improvement: Compress partial file chunks inside blocks if appropriate - Bugfix: Fixed ASSERT when using `zen workspace create` command - Bugfix: Fixed race condition in Latch. Sometimes the Wait() could early out before the completion event had been set - Bugfix: Fixed issue on MacOS where trace options would not stick due to `IterateCommandlineArgs` bug - Bugfix: If we fail to finalize a build part during `zen builds upload` due to request of upload of pre-existing blobs, fail the upload after retry attempts +- Bugfix: Don't display "Validating" progress title during download if validation is disabled ## 5.7.7 - Feature: Added `zen builds prime-cache` command to download all blocks and build blobs for a build and upload to a zen cache host |