Skip to content

Commit d373f78

Browse files
committed
Add changelog entry
1 parent eb4d6a2 commit d373f78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ and this project adheres to
4848
`ibc_source_callback` and `ibc_destination_callback`, as well as the
4949
`IbcCallbackRequest` type. ([#2025])
5050
- cosmwasm-vm: Add support for the two new IBC Callbacks entrypoints. ([#2025])
51+
- cosmwasm-std: Add `TransferMsgBuilder` to more easily create an
52+
`IbcMsg::Transfer` with different kinds of memo values, including IBC
53+
Callbacks memo values. ([#2167])
5154

5255
[#1983]: https://github.com/CosmWasm/cosmwasm/pull/1983
5356
[#2025]: https://github.com/CosmWasm/cosmwasm/pull/2025
@@ -64,6 +67,7 @@ and this project adheres to
6467
[#2124]: https://github.com/CosmWasm/cosmwasm/pull/2124
6568
[#2129]: https://github.com/CosmWasm/cosmwasm/pull/2129
6669
[#2166]: https://github.com/CosmWasm/cosmwasm/pull/2166
70+
[#2167]: https://github.com/CosmWasm/cosmwasm/pull/2167
6771

6872
### Changed
6973

0 commit comments

Comments
 (0)