From 55b7118c981e93b920cead4616b91ec58130e316 Mon Sep 17 00:00:00 2001 From: Ismail Khoffi Date: Wed, 27 Mar 2019 15:35:32 +0100 Subject: [PATCH] Prep changelog: copy from pending & update version --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0ba675ae..4824c4f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## v0.31.1 + +*March 27th, 2019* + +### BREAKING CHANGES: + +* CLI/RPC/Config + +* Apps + +* Go API +- [libs/common] Remove RepeatTimer (also TimerMaker and Ticker interface) +- [rpc/client] \#3458 Include NetworkClient interface into Client interface + +* Blockchain Protocol + +* P2P Protocol + +### FEATURES: +- [rpc] \#3419 Start HTTPS server if `rpc.tls_cert_file` and `rpc.tls_key_file` are provided in the config (@guagualvcha) + +### IMPROVEMENTS: + +- [mempool] \#2778 No longer send txs back to peers who sent it to you + +### BUG FIXES: + +- [blockchain] \#2699 update the maxHeight when a peer is removed + + ## v0.31.0 *March 16th, 2019*