aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2025-10-23 16:32:11 +0200
committerDan Engelbrecht <[email protected]>2025-10-23 16:32:11 +0200
commitdac1af6dd5745d8c51545fda4591412f6555c098 (patch)
treeea516e2581820ca6350329b8bee20a5761a8027a
parent5.7.7-pre4 (diff)
downloadzen-dac1af6dd5745d8c51545fda4591412f6555c098.tar.xz
zen-dac1af6dd5745d8c51545fda4591412f6555c098.zip
changelog
-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