diff options
| author | Stefan Boberg <[email protected]> | 2023-11-22 13:31:40 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-22 13:31:40 +0100 |
| commit | 0d6b302d3cefb5a560a0ae0e3eff28e94f05d9d9 (patch) | |
| tree | c61435f21825272607857aa967badb2e9ed9e77b | |
| parent | Update CHANGELOG.md (diff) | |
| download | zen-0d6b302d3cefb5a560a0ae0e3eff28e94f05d9d9.tar.xz zen-0d6b302d3cefb5a560a0ae0e3eff28e94f05d9d9.zip | |
Update CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e7c4e4b4..1615f8ab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ - Improvement: Refactor GCV2 so GcReferencer::RemoveExpiredData returns a store compactor, moving out the actual disk work from deleting items in the index. - Improvement: Refactor GCV2 GcResult to reuse GcCompactStoreStats and GcStats - Improvement: Make GCV2 Compacting of stores non-parallel to not eat all the disk I/O when running GC -- Improvement: Added `ZEN_ASSERT_FORMAT`` implementation in `zencore/assertfmt.h` for better logging of errors. Introduced it into compact binary building code which had some existing use cases. +- Improvement: Added `ZEN_ASSERT_FORMAT` implementation in `zencore/assertfmt.h` for better logging of errors. Introduced it into compact binary building code which had some existing use cases. ## 0.2.34 - Bumped zenserver data schema (to '5') to wipe corrupted state caused by version 0.2.31/0.2.32 |