diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f6cb619..d73c949a 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*