changelog: GotVoteFromUnwantedRoundError -> ErrGotVoteFromUnwantedRound

https://github.com/tendermint/tendermint/pull/4153#discussion_r348868269
This commit is contained in:
Anton Kaliaev
2019-11-22 12:59:08 +04:00
parent edd6ee2a09
commit c43143707a
+1
View File
@@ -59,6 +59,7 @@ program](https://hackerone.com/tendermint).
- [rpc/client] \#3471 `Validators` now requires two more args: `page` and `perPage`
- [libs/common] \#3262 Make error the last parameter of `Task` (@PSalant726)
- [cs/types] \#3262 Rename `GotVoteFromUnwantedRoundError` to `ErrGotVoteFromUnwantedRound` (@PSalant726)
- [libs/common] \#3862 Remove `errors.go` from `libs/common`
- Blockchain Protocol