diff options
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e1fc4be0d..22794259e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ } } } +- Feature: Added experimental zenserver "hub" mode which is used to manage a set of zenserver instances on a host ## 5.7.16 - Feature: Added `--exclude-folders` to `zen upload`, `zen download` and `zen diff` to extend the default exclude folders. Each folder name is separated with ';' or ',' @@ -28,7 +29,6 @@ - `.zen-tmp` - Feature: Added `--exclude-extensions` to `zen upload` and `zen diff` to set the file extensions to exclude. Each extension name is separated with ';' or ',' - Feature: Added `--result-path` option to `zen builds ls` to output structured to a file -- Feature: Added experimental zenserver "hub" mode which is used to manage a set of zenserver instances on a host - Improvement: On Windows, the asio HTTP back-end now uses TransmitFile to send data directly from files instead of using memory mapping. - Improvement: Optimized scavenge lookup performance - Improvement: Enable limit-overwrite behavior by default |