Skip to content

Commit

Permalink
finalise release changelog and notes (#8987)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Treglia committed Mar 24, 2021
1 parent 4695808 commit 7648bfc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ Ref: https://keepachangelog.com/en/1.0.0/

# Changelog

## [v0.42.3](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.42.3) - 2021-03-24

This release fixes a security vulnerability identified in x/bank.

## [v0.42.2](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.42.2) - 2021-03-19

### Improvements
Expand Down
23 changes: 2 additions & 21 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
# Cosmos SDK v0.42.2 "Stargate" Release Notes
# Cosmos SDK v0.42.3 "Stargate" Release Notes

This maintenance release includes various bugfixes and performance improvements, and it does not introduce any breaking changes.

See the [Cosmos SDK v0.42.2 milestone](https://github.com/cosmos/cosmos-sdk/milestone/41?closed=1) on our issue tracker for further details.

### Keyring UX improvement

A number of macOS [users have reported](https://github.com/cosmos/cosmos-sdk/issues/8809) that their operating system's `keychain` prompt them for password to unlock the
keyring when using the `os` backend before executing any action. This release includes a small fix that automatically
adjusts applications keyring trust so that users are prompted for password only once when the keyring is unlocked.

### Tx search results support for order-by

Although the Tendermint Core's RPC `tx_search` endpoint has been supporting an order-by parameter for quite some time now,
the Cosmos SDK did not respect the order-by parameter and incorrectly set the requests order-by to "" (null).
This releases introduces [the relevant order-by parameter support](https://github.com/cosmos/cosmos-sdk/issues/8686) when searching through Txs.

### Multisig accounts and v0.40 genesis files migration

This release includes a bug fix for [a v0.39 to v0.42 migration issue](https://github.com/cosmos/cosmos-sdk/issues/8776) affecting genesis files that contain
multisig accounts.
This release fixes a security vulnerability identified in x/bank.

0 comments on commit 7648bfc

Please sign in to comment.