Skip to content

Commit 0e66e9d

Browse files
committed
Add links to ticket #2367
1 parent 5558178 commit 0e66e9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ and this project adheres to
4242
- cosmwasm-std: Remove `schemars::JsonSchema` requirement from `CustomMsg`.
4343
([#2201])
4444
- 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])
4646
- cosmwasm-std: `Uint256::new`/`Uint512::new` now take an `u128` argument
4747
instead of bytes. Use `::from_be_bytes` if you need the old behaviour.
48+
([#2367])
4849

4950
## Fixed
5051

@@ -62,6 +63,7 @@ and this project adheres to
6263
[#2337]: https://github.com/CosmWasm/cosmwasm/issues/2337
6364
[#2340]: https://github.com/CosmWasm/cosmwasm/pull/2340
6465
[#2344]: https://github.com/CosmWasm/cosmwasm/pull/2344
66+
[#2367]: https://github.com/CosmWasm/cosmwasm/issues/2367
6567
[#2374]: https://github.com/CosmWasm/cosmwasm/issues/2374
6668
[#2378]: https://github.com/CosmWasm/cosmwasm/issues/2378
6769
[#2383]: https://github.com/CosmWasm/cosmwasm/issues/2383

0 commit comments

Comments
 (0)