Merge PR #5629: Add v0.37.7 changelog entry
This commit is contained in:
parent
6cbf634ad5
commit
7edd41439c
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -331,6 +331,19 @@ to detail this new feature and how state transitions occur.
|
|||
* (x/gov) [\#5107](https://github.com/cosmos/cosmos-sdk/pull/5107) Sum validator operator's all voting power when tally votes
|
||||
* (rest) [\#5212](https://github.com/cosmos/cosmos-sdk/issues/5212) Fix pagination in the `/gov/proposals` handler.
|
||||
|
||||
## [v0.37.7] - 2020-02-10
|
||||
|
||||
### Improvements
|
||||
|
||||
* (modules) [\#5597](https://github.com/cosmos/cosmos-sdk/pull/5597) Add `amount` event attribute to the `complete_unbonding`
|
||||
and `complete_redelegation` events that reflect the total balances of the completed unbondings and redelegations
|
||||
respectively.
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* (x/gov) [\#5622](https://github.com/cosmos/cosmos-sdk/pull/5622) Track any events emitted from a proposal's handler upon successful execution.
|
||||
* (x/bank) [\#5531](https://github.com/cosmos/cosmos-sdk/issues/5531) Added missing amount event to MsgMultiSend, emitted for each output.
|
||||
|
||||
## [v0.37.6] - 2020-01-21
|
||||
|
||||
### Improvements
|
||||
|
@ -2924,6 +2937,7 @@ BUG FIXES:
|
|||
|
||||
[Unreleased]: https://github.com/cosmos/cosmos-sdk/compare/v0.38.0...HEAD
|
||||
[v0.38.0]: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.38.0
|
||||
[v0.37.7]: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.37.7
|
||||
[v0.37.6]: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.37.6
|
||||
[v0.37.5]: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.37.5
|
||||
[v0.37.4]: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.37.4
|
||||
|
|
Loading…
Reference in New Issue