CHANGELOG: add breaking Version name change (#5628)

The good folks at Regen pointed out that this was an additional breaking change when they upgraded to use RC6: https://github.com/cosmos/cosmos-sdk/pull/7828#discussion_r518337441
This commit is contained in:
Tess Rinearson
2020-11-06 01:06:55 +01:00
committed by GitHub
parent d0c87ff27e
commit ec32df2d8a

View File

@@ -12,6 +12,7 @@ Friendly reminder: We have a [bug bounty program](https://hackerone.com/tendermi
- This makes breaking changes to `DuplicateVoteEvidence` and `LightClientAttackEvidence`
such that ABCI evidence can be reconstructed from these types, and is necessary for nodes
to successfully sync to block heights with recorded evidence
- [version] [\#5527](https://github.com/tendermint/tendermint/pull/5527) We've updated our release tooling, and `version.Version` is now `version.TMCoreSemVer` (@marbar3778)
### IMPROVEMENTS