diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 804828c38..35ef965ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ - `--details` that enables the detailed output from the last GC operation when using GC V2 - Feature: Add new `copy-state` zen command which copies a zenserver data directory state excluding bulk data for analysis purposes - Feature: New garbage collection implementation, still in evaluation mode. Enabled by `--gc-v2` command line option +- Feature: Writes a `gc.log` with settings and detailed result after each GC execution (version 2 only) +- Feature: zen `print` command can now print the `gc.log` file - Feature: New option for zenserver - `--http-forceloopback` which forces opening of the server http server using loopback (local) connection only (UE-199776) - Bugfix: Build script now sets up arch properly when running tests on MacOS - Bugfix: Corrected initialization of block store MaxBlockCount |