Skip to content

Commit 1870e16

Browse files
committed
Add changelog entry
1 parent 4d88475 commit 1870e16

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
@@ -58,6 +58,8 @@ and this project adheres to
5858
- cosmwasm-std: Remove previously deprecated `cosmwast_std::testing::mock_info`.
5959
Use `cosmwasm_std::testing::message_info` instead. ([#2393])
6060
- cosmwasm-std: Remove abort feature. ([#2141])
61+
- cosmwasm-std: Change `Coin::amount` to `Uint256` instead of `Uint128`.
62+
([#2458])
6163
- cosmwasm-std: Replace dependency `serde-json-wasm` with `serde_json`.
6264
([#2195])
6365
- cosmwasm-std: Make `GovMsg` `#[non_exhaustive]` for consistency. ([#2347])
@@ -97,6 +99,7 @@ and this project adheres to
9799
[#2432]: https://github.com/CosmWasm/cosmwasm/pull/2432
98100
[#2433]: https://github.com/CosmWasm/cosmwasm/pull/2433
99101
[#2438]: https://github.com/CosmWasm/cosmwasm/pull/2438
102+
[#2458]: https://github.com/CosmWasm/cosmwasm/pull/2458
100103

101104
## [2.2.0] - 2024-12-17
102105

0 commit comments

Comments
 (0)