1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-05-11 14:34:46 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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))