diff options
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c62b65c7f..5e7c4e4b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ - Improvement: Simplified zenserver-test code by implementing dynamic port assignment, and also implemented transparent handling of port relocation for increased test robustness against environmental differences and socket lifetime 'noise' - 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-parallell to not eat all the disk I/O when running GC +- 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. ## 0.2.34 |