File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments