diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 63574cacb..9283f2a6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ ## +- Feature: Added new option to zenserver for GC V2 + - `--gc-single-threaded` GCV2 - force GC operation to run in single-threaded mode to help with debugging, default is off +- Feature: Added new options to `zen gc` command for GC V2 + - `--single-threaded` GCV2 - force GC operation to run in single-threaded mode to help with debugging, default is off - Bugfix: Absolute paths and paths going outside the root path for workspace shares are now blocked - Bugfix: Fix ASSERT that would trigger in GC under certain conditions if source block was empty - Bugfix: Skip and report invalid configurations for workspaces instead of crashing |