diff options
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 683bcc703..e891b667c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ## +- Improvement: Cache RPC recording now limits duration of individual segments to 1h + +## 0.2 37 - Bugfix: ShutdownLogging code would throw an exception if it was called before everything had been initialised properly - Bugfix: Reorder shutdown to avoid crash due to late async log messages (spdlog workaround) - Bugfix: Correctly calculate peak disk write size in GC status message @@ -6,7 +9,6 @@ - Bugfix: Don't use copy of Payloads array when fetching memcached payload in GC - Bugfix: Make sure IoBuffer is a valid null-buffer after move operation - Improvement: Adjusted and added some trace scopes -- Improvement: Cache RPC recording now limits duration of individual segments to 1h ## 0.2.36 - Feature: Added xmake task `updatefrontend` which updates the zip file containing the frontend html (`/src/zenserver/frontend/html.zip`) |