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
58
58
- cosmwasm-std: Remove previously deprecated ` cosmwast_std::testing::mock_info ` .
59
59
Use ` cosmwasm_std::testing::message_info ` instead. ([ #2393 ] )
60
60
- cosmwasm-std: Remove abort feature. ([ #2141 ] )
61
+ - cosmwasm-std: Change ` Coin::amount ` to ` Uint256 ` instead of ` Uint128 ` .
62
+ ([ #2458 ] )
61
63
- cosmwasm-std: Replace dependency ` serde-json-wasm ` with ` serde_json ` .
62
64
([ #2195 ] )
63
65
- cosmwasm-std: Make ` GovMsg ` ` #[non_exhaustive] ` for consistency. ([ #2347 ] )
@@ -97,6 +99,7 @@ and this project adheres to
97
99
[ #2432 ] : https://github.com/CosmWasm/cosmwasm/pull/2432
98
100
[ #2433 ] : https://github.com/CosmWasm/cosmwasm/pull/2433
99
101
[ #2438 ] : https://github.com/CosmWasm/cosmwasm/pull/2438
102
+ [ #2458 ] : https://github.com/CosmWasm/cosmwasm/pull/2458
100
103
101
104
## [ 2.2.0] - 2024-12-17
102
105
You can’t perform that action at this time.
0 commit comments