aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a46e1f15..1110d3344 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,13 +13,13 @@
- Improvement: Exclude .ogg and .jpg files from chunking and compress them as individual chunks
- Improvement: Exclude various source code file extensions from chunking and compress them as individual chunks
- Improvement: Make cancelling of `zen builds` operations more responsive
-- Improvement: `zen builds`now split large files that are compressed only into 64 MB chunks to avoiding very large files in Cloud Storage
+- Improvement: `zen builds` now split large files that are compressed only into 64 MB chunks to avoiding very large files in Cloud Storage
- Improvement: `zen builds` now treats `.msixvc` files as non-compressable
-- Improvement: Self-hosted dashboard's summary of stats if more robust to future changes
+- Improvement: Self-hosted dashboard's summary of stats is more robust to future changes
- Improvement: Validation of downloaded data in `zen builds download` in now fully opt-in
- Improvement: Change the logic for number of network and disk threads for `zen builds` commands
- Improvement: `zen oplog-import` command now does cloud storage host and Zenserver cache discovery
- - `--builds-override-host` option can be used instead of `--builds` to specify host to override cloud storage host discovery
+ - `--builds-override-host` option can be used instead of or in addtition to `--builds` to specify host to override cloud storage host discovery
- `--zen-cache-host` specifies a Zenserver cache host that overrides any host discovery
- Bugfix: Add quotes around messages when using `--log-progress` with `zen builds` commands
- Bugfix: Fix ASSERT after running `zen workspace info` on a non-existing workspace. UE-349934