aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70bd322be..2982af88a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
- Bugfix: Improve error handling when processing requests in http asio
- Bugfix: Error out if `test` is passed to zenserver in release builds (tests are only compiled in for debug)
- Bugfix: Gracefully exit with error code if problems arise during startup (used to cause abort termination)
+- Bugfix: Project oplog delete fixed so it works even right after server startup, before the oplog has been instantiated in memory
- Improvement: Change state_marker detection (deletion of DDC folder) log to WARN, it is not an error but useful information in the log output
- Improvement: Added logging when bad chunks are detected in `BlockStore`
- Improvement: `zen::SetCurrentThreadName` now also sets trace (Insights) thread name