From 10828ad063973839e867da6744751c70febbb6d4 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Sat, 24 Jun 2017 22:55:48 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cf90ba87..45b93b342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.10.1 (TBD) + +FEATURES: +- Use `--trace` to get stack traces for logged errors + +IMPROVEMENTS: +- Add a Code of Conduct +- Variety of improvements as suggested by `megacheck` tool +- rpc: deduplicate tests between rpc/client and rpc/tests +- rpc: addresses without a protocol prefix default to `tcp://`. `http://` is also accepted as an alias for `tcp://` + +BUG FIXES: +- Fix log statements using keys with spaces (logger does not currently support spaces) +- rpc: set logger on websocket connection + ## 0.10.0 (June 2, 2017) Includes major updates to configuration, logging, and json serialization.