diff options
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cd679adc5..25885462b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## - 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) +- Improvement: Added logging when bad chunks are detected in `BlockStore` +- Improvement: `zen::SetCurrentThreadName` now also sets trace (Insights) thread name +- Improvement: All thread pool threads now have names +- Improvement: zenserver now emits session information to trace (Insights) for a better session browser experience +- Improvement: Eliminated ATL header dependency +- Improvement: If no `-hosturl=...` parameter is passed to zen CLI commands we use the current session state from shared memory to pick an instance to communicate with ## 0.2.11 - Feature: Gracefully exit if Ctrl-C is pressed |