fix changelog

This commit is contained in:
Ethan Buchman 2018-07-01 11:51:06 -04:00
parent 59145eca62
commit 3a0dff7db2

View File

@ -21,15 +21,14 @@ FEATURES
disabled by default). See the new `instrumentation` section in the config and disabled by default). See the new `instrumentation` section in the config and
[metrics](https://tendermint.readthedocs.io/projects/tools/en/develop/metrics.html) [metrics](https://tendermint.readthedocs.io/projects/tools/en/develop/metrics.html)
guide. guide.
- [p2p] Rudimentary IPv6 support - [p2p] Add IPv6 support to peering.
IMPROVEMENT IMPROVEMENT
- [crypto] Make public key size into public constants
- [p2p] Add IPv6 support to peering.
- [rpc/client] Supports https and wss now. - [rpc/client] Supports https and wss now.
- [crypto] Make public key size into public constants - [crypto] Make public key size into public constants
- [mempool] Log tx hash, not entire tx - [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 - [docs] Move from .rst to .md
BUG FIXES: BUG FIXES:
@ -41,7 +40,6 @@ BUG FIXES:
- [consensus] Fix a halting bug where `create_empty_blocks=false` - [consensus] Fix a halting bug where `create_empty_blocks=false`
- [p2p] Fix panic in seed mode - [p2p] Fix panic in seed mode
## 0.21.0 ## 0.21.0
*June 21th, 2018* *June 21th, 2018*