Skip to content

Commit 2485b75

Browse files
committed
Add changelog entry
1 parent afa1c45 commit 2485b75

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
@@ -14,8 +14,12 @@ and this project adheres to
1414
These functions are meant to be used similarly to their JSON counterparts.
1515
[MessagePack](https://msgpack.org) is a more compact, binary encoding.
1616
([#2118])
17+
- cosmwasm-std: Add `IbcMsg::{PayPacketFee, PayPacketFeeAsync}` and
18+
`IbcQuery::FeeEnabledChannel` to allow contracts to incentivize IBC packets
19+
using IBC Fees. ([#2196])
1720

1821
[#2118]: https://github.com/CosmWasm/cosmwasm/pull/2118
22+
[#2196]: https://github.com/CosmWasm/cosmwasm/pull/2196
1923

2024
### Changed
2125

0 commit comments

Comments
 (0)