Merge PR #5178: Update CHANGELOG
This commit is contained in:
parent
cced18c1d0
commit
18de630d0a
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -173,13 +173,22 @@ caching through `CommitKVStoreCacheManager`. Any application wishing to utilize
|
|||
must set it in their app via a `BaseApp` option. The `BaseApp` docs have been drastically improved
|
||||
to detail this new feature and how state transitions occur.
|
||||
* (docs/spec) All module specs moved into their respective module dir in x/ (i.e. docs/spec/staking -->> x/staking/spec)
|
||||
* (tendermint) Bump Tendermint version to [v0.32.6](https://github.com/tendermint/tendermint/releases/tag/v0.32.6)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* (cli) [\#4763](https://github.com/cosmos/cosmos-sdk/issues/4763) Fix flag `--min-self-delegation` for staking `EditValidator`
|
||||
* (keys) Fix ledger custom coin type support bug
|
||||
* (genesis) [\#5095](https://github.com/cosmos/cosmos-sdk/issues/5095) Fix genesis file migration from v0.34 to v0.36 not converting validator consensus pubkey to bech32 format
|
||||
|
||||
## [v0.37.2] - 2019-10-10
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* (genesis) [\#5095](https://github.com/cosmos/cosmos-sdk/issues/5095) Fix genesis file migration from v0.34 to
|
||||
v0.36/v0.37 not converting validator consensus pubkey to bech32 format.
|
||||
|
||||
### Improvements
|
||||
|
||||
* (tendermint) Bump Tendermint version to [v0.32.6](https://github.com/tendermint/tendermint/releases/tag/v0.32.6)
|
||||
|
||||
## [v0.37.1] - 2019-09-19
|
||||
|
||||
|
@ -2716,7 +2725,8 @@ BUG FIXES:
|
|||
|
||||
<!-- Release links -->
|
||||
|
||||
[Unreleased]: https://github.com/cosmos/cosmos-sdk/compare/v0.37.1...HEAD
|
||||
[Unreleased]: https://github.com/cosmos/cosmos-sdk/compare/v0.37.2...HEAD
|
||||
[v0.37.2]: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.37.2
|
||||
[v0.37.1]: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.37.1
|
||||
[v0.37.0]: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.37.0
|
||||
[v0.36.0]: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.36.0
|
||||
|
|
Loading…
Reference in New Issue