File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 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
2424- cosmwasm-std: Add ` {CosmosMsg,SubMsg,Response}::change_custom ` to change the
2525 custom message type ([ #2099 ] )
2626- 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 ] )
2828- 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 ] )
3030
3131[ #1983 ] : https://github.com/CosmWasm/cosmwasm/pull/1983
3232[ #2057 ] : https://github.com/CosmWasm/cosmwasm/pull/2057
3333[ #2058 ] : https://github.com/CosmWasm/cosmwasm/pull/2058
3434[ #2068 ] : https://github.com/CosmWasm/cosmwasm/pull/2068
3535[ #2075 ] : https://github.com/CosmWasm/cosmwasm/pull/2075
3636[ #2092 ] : https://github.com/CosmWasm/cosmwasm/pull/2092
37+ [ #2098 ] : https://github.com/CosmWasm/cosmwasm/pull/2098
3738[ #2099 ] : https://github.com/CosmWasm/cosmwasm/pull/2099
3839
3940### Changed
You can’t perform that action at this time.
0 commit comments