diff --git a/CHANGELOG.md b/CHANGELOG.md index 70d3b93570..b03f1a2c07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,8 +24,10 @@ and this project adheres to `Decimal256`. ([#1902]) - cosmwasm-std: Remove operand strings from `OverflowError`, `ConversionOverflowError` and `DivideByZeroError`. ([#1896]) +- cosmwasm-std: Add optional memo field to `IbcMsg::Transfer`. ([#1878]) [#1874]: https://github.com/CosmWasm/cosmwasm/pull/1874 +[#1878]: https://github.com/CosmWasm/cosmwasm/pull/1878 [#1879]: https://github.com/CosmWasm/cosmwasm/pull/1879 [#1890]: https://github.com/CosmWasm/cosmwasm/pull/1890 [#1896]: https://github.com/CosmWasm/cosmwasm/pull/1896