From 3a0dff7db2628c20cb0d77db3a01fea7981e5aec Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Sun, 1 Jul 2018 11:51:06 -0400 Subject: [PATCH] fix changelog --- CHANGELOG.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f6cb6195..d73c949a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,15 +21,14 @@ FEATURES disabled by default). See the new `instrumentation` section in the config and [metrics](https://tendermint.readthedocs.io/projects/tools/en/develop/metrics.html) guide. -- [p2p] Rudimentary IPv6 support +- [p2p] Add IPv6 support to peering. IMPROVEMENT -- [crypto] Make public key size into public constants -- [p2p] Add IPv6 support to peering. - [rpc/client] Supports https and wss now. - [crypto] Make public key size into public constants - [mempool] Log tx hash, not entire tx -- [abci] Merged in github.com/tendermint/abci +- [abci] Merged in github.com/tendermint/abci and + github.com/tendermint/go-crypto - [docs] Move from .rst to .md BUG FIXES: @@ -41,7 +40,6 @@ BUG FIXES: - [consensus] Fix a halting bug where `create_empty_blocks=false` - [p2p] Fix panic in seed mode - ## 0.21.0 *June 21th, 2018*