Skip to content

Commit

Permalink
chore: update changelog for finschia-sdk v0.47.3 (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
zemyblue authored Sep 8, 2023
1 parent 0ea205b commit 69f7ed6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
10 changes: 1 addition & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,18 @@ Ref: https://keepachangelog.com/en/1.0.0/

# Changelog

## [Unreleased](https://github.com/Finschia/finschia-sdk/compare/v0.47.2...HEAD)
## [Unreleased](https://github.com/Finschia/finschia-sdk/compare/v0.47.3...HEAD)

### Features

### Improvements

### Bug Fixes
* (x/foundation) [\#1061](https://github.com/Finschia/finschia-sdk/pull/1061) Make x/foundation MsgExec propagate events (backport #1053)
* (baseapp) [\#1075](https://github.com/cosmos/cosmos-sdk/pull/1075) Add `events.GetAttributes` and `event.GetAttribute` methods to simplify the retrieval of an attribute from event(s) (backport cosmos/cosmos-sdk#14356)
* (baseapp) [\#1079](https://github.com/cosmos/cosmos-sdk/pull/1079) Do not add `module` attribute in case of ibc messages

### Removed

### Breaking Changes

### Event Breaking Changes
* (refactor) [\#1063](https://github.com/Finschia/finschia-sdk/pull/1063) Automate EventTypeMessage inclusion in every message execution (backport cosmos/cosmos-sdk#13532)
* (x/bank) [#1066](https://github.com/Finschia/finschia-sdk/pull/1066) Remove message events including `sender` attribute whose information is already present in the relevant events (backport cosmos/cosmos#17273)

### Build, CI

### Document Updates
* (docs) [\#1081](https://github.com/Finschia/finschia-sdk/pull/1081) Document default events
15 changes: 15 additions & 0 deletions RELEASE_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [v0.47.3](https://github.com/Finschia/finschia-sdk/releases/tag/v0.47.3) - 2023-09-08

### Bug Fixes
* (x/foundation) [\#1061](https://github.com/Finschia/finschia-sdk/pull/1061) Make x/foundation MsgExec propagate events (backport #1053)
* (baseapp) [\#1075](https://github.com/cosmos/cosmos-sdk/pull/1075) Add `events.GetAttributes` and `event.GetAttribute` methods to simplify the retrieval of an attribute from event(s) (backport cosmos/cosmos-sdk#14356)
* (baseapp) [\#1079](https://github.com/cosmos/cosmos-sdk/pull/1079) Do not add `module` attribute in case of ibc messages

### Event Breaking Changes
* (refactor) [\#1063](https://github.com/Finschia/finschia-sdk/pull/1063) Automate EventTypeMessage inclusion in every message execution (backport cosmos/cosmos-sdk#13532)
* (x/bank) [#1066](https://github.com/Finschia/finschia-sdk/pull/1066) Remove message events including `sender` attribute whose information is already present in the relevant events (backport cosmos/cosmos#17273)

### Document Updates
* (docs) [\#1081](https://github.com/Finschia/finschia-sdk/pull/1081) Document default events


## [v0.47.2](https://github.com/Finschia/finschia-sdk/releases/tag/v0.47.2) - 2023-07-18

### Features
Expand Down

0 comments on commit 69f7ed6

Please sign in to comment.