add missing changelog entry (#2303)

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
1 changed files with 1 additions and 0 deletions

View File

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