From b2b35d7dc10dd57d52130b6d0981c8fe1662537e Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Fri, 27 Oct 2017 11:53:39 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0522b37ed..1832ff812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ BUG FIXES: - Graceful handling/recovery for apps that have non-determinism or fail to halt - Graceful handling/recovery for violations of safety, or liveness -## 0.12.0 (TBD) +## 0.12.0 (October 27, 2017) BREAKING CHANGES: - rpc/client: websocket ResultsCh and ErrorsCh unified in ResponsesCh. @@ -40,7 +40,7 @@ FEATURES: - new `certifiers` pkg contains the tendermint light-client library (name subject to change)! - rpc: `/genesis` includes the `app_options` . - rpc: `/abci_query` takes an additional `height` parameter to support historical queries. - - rpc/client: new ABCIQueryWithOptions supports options like `trusted` (set false to get a proof`) and `height` to query a historical height. + - rpc/client: new ABCIQueryWithOptions supports options like `trusted` (set false to get a proof) and `height` to query a historical height. IMPROVEMENTS: - rpc: `/genesis` result includes `app_options` @@ -51,6 +51,7 @@ BUG FIXES: - rpc/client: fix ws deadlock after stopping - blockchain: fix panic on AddBlock when peer is nil - mempool: fix sending on TxsAvailable when a tx has been invalidated + - consensus: dont run WAL catchup if we fast synced ## 0.11.1 (October 10, 2017)