diff options
| author | Martin Ridgers <[email protected]> | 2024-09-12 13:14:19 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2024-09-19 15:26:13 +0200 |
| commit | 56e50992a6903e7eeb3bbc4f41839a705e3229e7 (patch) | |
| tree | 5bf1cee60b65f3804ccd1fc83e4afb8bd3369aa5 | |
| parent | Optional paged results when iterating oplog entries (diff) | |
| download | zen-56e50992a6903e7eeb3bbc4f41839a705e3229e7.tar.xz zen-56e50992a6903e7eeb3bbc4f41839a705e3229e7.zip | |
Updated changelog
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cf072121..fe5a96c9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - Improvement: Validate oplog log file and wipe state if it is corrupt before attempting to open - Improvement: `project-drop` command defaults to `--dry-run=true` and will only delete the target if `--dry-run=false` is added to the command line to avoid accidental delete - Improvement: Gracefully handle oplog being deleted during early phase of GC +- Improvement: Optional paging when iterating oplog entries ## 5.5.6 - Bugfix: Make sure `noexcept` functions does not leak exceptions via ASSERT statements which causes crash via abort |