Skip to content

Commit

Permalink
Move changelog entry to Unreleased section
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed May 12, 2022
1 parent c380f49 commit ada176f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ and this project adheres to
([#1299])
- cosmwasm-vm: A new import `abort` is created to abort contract execution when
requested by the contract. ([#1299])
- cosmwasm-std: Add new `ibc3` feature that allows to use IBC-Go V3 features,
like version negotiation and exposing relayer address to the contract.
Requires a compatible wasmd runtime (v0.27.0+) ([#1302])

[#1299]: https://github.com/CosmWasm/cosmwasm/pull/1299
[#1302]: https://github.com/CosmWasm/cosmwasm/pull/1302

## [1.0.0-rc.0] - 2022-05-05

Expand All @@ -35,11 +39,6 @@ and this project adheres to
- cosmwasm-std: Implement `Div`/`DivAssign` for `Decimal`/`Decimal256`.
- cosmwasm-vm: Add feature `allow_interface_version_7` to run CosmWasm 0.16
contracts in modern hosts. Be careful if you consider using this!
- cosmwasm-std: Add new `ibc3` feature that allows to use IBC-Go V3 features,
like version negotiation and exposing relayer address to the contract.
Requires a compatible wasmd runtime (v0.27.0+) ([#1297])

[#1302]: https://github.com/CosmWasm/cosmwasm/pull/1302

### Changed

Expand Down

0 comments on commit ada176f

Please sign in to comment.