From 2c1887a6351964046d00c9bf9ddaab188cc4767a Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Mon, 26 Mar 2018 21:51:29 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6635d1e1..563dda2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,20 +28,28 @@ BUG FIXES: ## 0.17.0 (TBD) BREAKING: -- [genesis] rename `app_options` to `app_state` +- [genesis] removed `app_options` + +## 0.16.1 (March 26th, 2018) IMPROVEMENTS: +- [all] renamed `dummy` (`persistent_dummy`) to `kvstore` (`persistent_kvstore`) (name "dummy" is deprecated and will not work in the next breaking release) - [config] exposed `auth_enc` flag to enable/disable encryption +- [docs] note on determinism (docs/determinism.rst) +- [genesis] `app_options` field is deprecated. please rename it to `app_state` in your genesis file(s). `app_options` will not work in the next breaking release +- [p2p] dial seeds directly without potential peers +- [p2p] exponential backoff for addrs in the address book +- [p2p] mark peer as good if it contributed enough votes or block parts +- [p2p] stop peer if it sends incorrect data, msg to unknown channel, msg we did not expect - [p2p] when `auth_enc` is true, all dialed peers must have a node ID in their address -- [all] renamed `dummy` (`persistent_dummy`) to `kvstore` - (`persistent_kvstore`) (name "dummy" is deprecated and will not work in - release after this one) +- [spec] various improvements +- switched from glide to dep internally for package management FEATURES: - [config] added the `--p2p.private_peer_ids` flag and `PrivatePeerIDs` config variable (see config for description) - [rpc] added `/health` endpoint, which returns empty result for now -## 0.16.0 (February 20th, 2017) +## 0.16.0 (February 20th, 2018) BREAKING CHANGES: - [config] use $TMHOME/config for all config and json files