We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f5512 commit 89d00e1Copy full SHA for 89d00e1
CHANGELOG.md
@@ -11,8 +11,11 @@ and this project adheres to
11
- cosmwasm-std: Add `SubMsg:reply_never` constructor ([#1929])
12
- cosmwasm-std: Add optional memo field to `IbcMsg::Transfer`. ([#1878])
13
- cosmwasm-std: Add `Reply::gas_used`. ([#1954])
14
+- cosmwasm-std: Add `SubMsgResponse::msg_responses` and deprecate
15
+ `SubMsgResponse::data`. ([#1903])
16
17
[#1878]: https://github.com/CosmWasm/cosmwasm/pull/1878
18
+[#1903]: https://github.com/CosmWasm/cosmwasm/pull/1903
19
[#1929]: https://github.com/CosmWasm/cosmwasm/pull/1929
20
[#1954]: https://github.com/CosmWasm/cosmwasm/pull/1954
21
0 commit comments