Skip to content

Commit 93582b9

Browse files
committed
Link update PR #1554 to instantiate2_address/Instantiate2 CHANGELOGs
1 parent f59ee3d commit 93582b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ and this project adheres to
1313
dependency. This makes the contract incompatible with chains running versions
1414
of CosmWasm earlier than 1.2.0 ([#1481]).
1515
- cosmwasm-std: Add `instantiate2_address` which allows calculating the
16-
predictable addresses for `MsgInstantiateContract2` ([#1437]).
16+
predictable addresses for `MsgInstantiateContract2` ([#1437], [#1554]).
1717
- cosmwasm-std: Add `WasmMsg::Instantiate2` (requires `cosmwasm_1_2`, see
1818
`GovMsg::VoteWeighted` above) to instantiate contracts at a predictable
19-
address ([#1436]).
19+
address ([#1436], [#1554])).
2020
- cosmwasm-schema: In contracts, `cosmwasm schema` will now output a separate
2121
JSON Schema file for each entrypoint in the `raw` subdirectory ([#1478],
2222
[#1533]).
@@ -30,6 +30,7 @@ and this project adheres to
3030
[#1478]: https://github.com/CosmWasm/cosmwasm/pull/1478
3131
[#1533]: https://github.com/CosmWasm/cosmwasm/pull/1533
3232
[#1550]: https://github.com/CosmWasm/cosmwasm/issues/1550
33+
[#1554]: https://github.com/CosmWasm/cosmwasm/pull/1554
3334

3435
### Changed
3536

0 commit comments

Comments
 (0)