From 6884463ba213028f1671d26a6c96861a4a7cc163 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Wed, 6 Dec 2017 03:38:03 -0500 Subject: [PATCH] update changelog [ci skip] --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ed5ce80b..76a34d5c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,8 +37,9 @@ BREAKING CHANGES: - rpc/lib/types: RPCResponse is no longer a pointer; WSRPCConnection interface has been modified - rpc/client: WaitForOneEvent takes an EventsClient instead of types.EventSwitch - rpc/client: Add/RemoveListenerForEvent are now Subscribe/Unsubscribe -- rpc: `/subscribe` and `/unsubscribe` take `query` arg instead of `event` - rpc/core/types: ResultABCIQuery wraps an abci.ResponseQuery +- rpc: `/subscribe` and `/unsubscribe` take `query` arg instead of `event` +- rpc: `/status` returns the LatestBlockTime in human readable form instead of in nanoseconds - mempool: cached transactions return an error instead of an ABCI response with BadNonce FEATURES: