Skip to content

Commit 40ec41d

Browse files
committed
Add changelog entry
1 parent 74f2680 commit 40ec41d

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
@@ -16,6 +16,8 @@ and this project adheres to
1616
- cosmwasm-std: Implement `Uint128::from_{be,le}_bytes` and
1717
`Uint64::from_{be,le}_bytes`. ([#2269])
1818
- cosmwasm-std: Added new `EurekaMsg` and `CosmosMsg::Eureka` variant ([#2340])
19+
- cosmwasm-std: Implement downcasting for `Api` trait. This allows using
20+
`MockApi::addr_make` from `DepsMut`. ([#2383])
1921

2022
## Changed
2123

@@ -45,6 +47,7 @@ and this project adheres to
4547
[#2344]: https://github.com/CosmWasm/cosmwasm/pull/2344
4648
[#2374]: https://github.com/CosmWasm/cosmwasm/issues/2374
4749
[#2378]: https://github.com/CosmWasm/cosmwasm/issues/2378
50+
[#2383]: https://github.com/CosmWasm/cosmwasm/issues/2383
4851

4952
## [2.2.0] - 2024-12-17
5053

0 commit comments

Comments
 (0)