diff options
| author | Dan Engelbrecht <[email protected]> | 2023-12-13 18:03:23 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2023-12-13 18:03:23 +0100 |
| commit | c78a8fea7d5c18d58fe892dc3d4be6aede105fc3 (patch) | |
| tree | efeb97bf450f745d5a0e596948630ea33470e1ce | |
| parent | fix peak disk load in gc status (#608) (diff) | |
| download | zen-c78a8fea7d5c18d58fe892dc3d4be6aede105fc3.tar.xz zen-c78a8fea7d5c18d58fe892dc3d4be6aede105fc3.zip | |
spelling in changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a9ab9e67b..8d92a12b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ - Bugfix: Reorder shutdown to avoid crash due to late async log messages (spdlog workaround) - Bugfix: Correctly calculate peak disk write size in GC status message - Bugfix: Skip invalid chunks in block store GC when moving existing chunks -- Improvement: Adjuted and added some trace scopes +- Improvement: Adjusted and added some trace scopes ## 0.2.36 - Feature: Added xmake task `updatefrontend` which updates the zip file containing the frontend html (`/src/zenserver/frontend/html.zip`) |