File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,17 @@ and this project adheres to
24
24
- cosmwasm-std: Add ` {CosmosMsg,SubMsg,Response}::change_custom ` to change the
25
25
custom message type ([ #2099 ] )
26
26
- cosmwasm-std: Add ` Uint{64,128,256,512}::panicking_add ` and ` ::panicking_sub `
27
- which are like the ` Add ` /` Sub ` implementations but ` const ` .
27
+ which are like the ` Add ` /` Sub ` implementations but ` const ` . ( [ # 2098 ] )
28
28
- cosmwasm-std: Let ` Timestamp::plus_nanos ` /` ::minus_nanos ` use
29
- ` Uint64::panicking_add ` /` ::panicking_sub ` and document panicking behaviour.
29
+ ` Uint64::panicking_add ` /` ::panicking_sub ` and document overflows. ( [ # 2098 ] )
30
30
31
31
[ #1983 ] : https://github.com/CosmWasm/cosmwasm/pull/1983
32
32
[ #2057 ] : https://github.com/CosmWasm/cosmwasm/pull/2057
33
33
[ #2058 ] : https://github.com/CosmWasm/cosmwasm/pull/2058
34
34
[ #2068 ] : https://github.com/CosmWasm/cosmwasm/pull/2068
35
35
[ #2075 ] : https://github.com/CosmWasm/cosmwasm/pull/2075
36
36
[ #2092 ] : https://github.com/CosmWasm/cosmwasm/pull/2092
37
+ [ #2098 ] : https://github.com/CosmWasm/cosmwasm/pull/2098
37
38
[ #2099 ] : https://github.com/CosmWasm/cosmwasm/pull/2099
38
39
39
40
### Changed
You can’t perform that action at this time.
0 commit comments