Skip to content

Commit 198001e

Browse files
committed
Add PR link to new CHANGELOG entries
1 parent b265b33 commit 198001e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)