Skip to content

Commit 888b984

Browse files
committed
Add CHANGELOG entry for IbcQuery::ListChannels/ListChannelsResponse removal
1 parent 77654fc commit 888b984

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ and this project adheres to
7373
- cosmwasm-std: Remove support for `BankQuery::AllBalances` and
7474
`query_all_balances`. ([#2433])
7575
- cosmwasm-std: source_client instead of channel_id in IBCv2 - ([#2450])
76+
- cosmwasm-std: Remove previously deprecated `IbcQuery::ListChannels` and
77+
`ListChannelsResponse`. ([#2223])
7678

7779
## Fixed
7880

@@ -86,6 +88,7 @@ and this project adheres to
8688
[#2156]: https://github.com/CosmWasm/cosmwasm/issues/2156
8789
[#2195]: https://github.com/CosmWasm/cosmwasm/issues/2195
8890
[#2201]: https://github.com/CosmWasm/cosmwasm/issues/2201
91+
[#2223]: https://github.com/CosmWasm/cosmwasm/issues/2223
8992
[#2237]: https://github.com/CosmWasm/cosmwasm/issues/2237
9093
[#2262]: https://github.com/CosmWasm/cosmwasm/issues/2262
9194
[#2268]: https://github.com/CosmWasm/cosmwasm/issues/2268

0 commit comments

Comments
 (0)