From 1faf426757715f3d99077ff444d6aecc75d04143 Mon Sep 17 00:00:00 2001 From: zemyblue Date: Tue, 17 Oct 2023 17:28:35 +0900 Subject: [PATCH] chore: copy and pause 1053 PR to Event Breaking Changes section. --- RELEASE_CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_CHANGELOG.md b/RELEASE_CHANGELOG.md index 167c734a8c..a5e921f80c 100644 --- a/RELEASE_CHANGELOG.md +++ b/RELEASE_CHANGELOG.md @@ -44,6 +44,7 @@ * (refactor) [\#1090](https://github.com/Finschia/finschia-sdk/pull/1090) Automate EventTypeMessage inclusion in every message execution (backport #1063) * (x/bank) [\#1093](https://github.com/Finschia/finschia-sdk/pull/1093) Remove message events including `sender` attribute whose information is already present in the relevant events (backport #1066) * (baseapp) [\#1092](https://github.com/finschia/finschia-sdk/pull/1092) Do not add `module` attribute in case of ibc messages (backport #1079) +* (x/foundation) [\#1053](https://github.com/Finschia/finschia-sdk/pull/1053) Make x/foundation MsgExec propagate events ### Build, CI * (build,ci) [\#1043](https://github.com/Finschia/finschia-sdk/pull/1043) Update golang version to 1.20