File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,10 @@ and this project adheres to
42
42
- cosmwasm-std: Remove ` schemars::JsonSchema ` requirement from ` CustomMsg ` .
43
43
([ #2201 ] )
44
44
- cosmwasm-std: ` Int256::new ` /` Int512::new ` now take an ` i128 ` argument instead
45
- of bytes. Use ` ::from_be_bytes ` if you need the old behaviour.
45
+ of bytes. Use ` ::from_be_bytes ` if you need the old behaviour. ( [ # 2367 ] )
46
46
- cosmwasm-std: ` Uint256::new ` /` Uint512::new ` now take an ` u128 ` argument
47
47
instead of bytes. Use ` ::from_be_bytes ` if you need the old behaviour.
48
+ ([ #2367 ] )
48
49
49
50
## Fixed
50
51
@@ -62,6 +63,7 @@ and this project adheres to
62
63
[ #2337 ] : https://github.com/CosmWasm/cosmwasm/issues/2337
63
64
[ #2340 ] : https://github.com/CosmWasm/cosmwasm/pull/2340
64
65
[ #2344 ] : https://github.com/CosmWasm/cosmwasm/pull/2344
66
+ [ #2367 ] : https://github.com/CosmWasm/cosmwasm/issues/2367
65
67
[ #2374 ] : https://github.com/CosmWasm/cosmwasm/issues/2374
66
68
[ #2378 ] : https://github.com/CosmWasm/cosmwasm/issues/2378
67
69
[ #2383 ] : https://github.com/CosmWasm/cosmwasm/issues/2383
You can’t perform that action at this time.
0 commit comments