From 31d9b5a50650f2e225d9934d73837ea360c03c82 Mon Sep 17 00:00:00 2001 From: fudongbai <296179868@qq.com> Date: Mon, 5 Aug 2019 11:48:19 +0800 Subject: [PATCH] update change log --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ea0b4b2..634a31a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,19 @@ # Changelog ## latest + +FEATURES +* [\#71](https://github.com/binance-chain/go-sdk/pull/71) [RPC] add timelock query support +* [\#73](https://github.com/binance-chain/go-sdk/pull/73) [RPC] add limit param to get depth api for RPC + + +## v1.0.8 IMPROVEMENTS * [\#53](https://github.com/binance-chain/go-sdk/pull/53) [SOURCE] change the default source into 0 * [\#56](https://github.com/binance-chain/go-sdk/pull/56) [RPC] add reconnect strategy when timeout to receive response * [\#61](https://github.com/binance-chain/go-sdk/pull/61) [KEY] support bip44 to derive many address from same seed phase -* [\#71](https://github.com/binance-chain/go-sdk/pull/71) [RPC] add timelock query support FEATURES - * [\#66](https://github.com/binance-chain/go-sdk/pull/66) [API] support set account flag transaction BREAKING