1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-07-02 22:21:44 +00:00

add missing changelog entry ()

https://github.com/tendermint/tendermint/pull/2264#issuecomment-417378396
This commit is contained in:
Anton Kaliaev
2018-08-31 11:59:52 +04:00
committed by GitHub
parent 61ab10d655
commit 7b2f7090fd

@ -20,6 +20,7 @@ BREAKING CHANGES:
- Remove PubKey from `Validator` and introduce `ValidatorUpdate`
- InitChain and EndBlock use ValidatorUpdate
- Update field names and types in BeginBlock
- [p2p] update secret connection to use a little endian encoded nonce
FEATURES:
- [types] allow genesis file to have 0 validators ([#2015](https://github.com/tendermint/tendermint/issues/2015))