aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f2e25cbe..f7faad64e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,8 @@
- Improvement: Added more details in post GC log.
- Bugfix: Fixed race condition in oplog writes which could cause used attachments to be incorrectly removed by GC
- Bugfix: fixed issue with ZenServerInstance::SpawnServer. Previously it would assign a child identifier twice, which could lead to confusing log output when running tests
+- Bugfix: Fixed batch request not handling missing chunks correctly
+- Bugfix: Fixed CorrelationId in oplog batch chunk fetch
## 5.5.11
- Bugfix: Fixed memory leak in cache (would leak GetBatchHandle instances)