Skip to content

Commit

Permalink
Create CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed May 11, 2022
1 parent 693693c commit 2eea236
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to

## [Unreleased]

### Added

- cosmwasm-std: When the new `abort` feature is enabled, cosmwasm-std installs a
panic handler that aborts the contract and passes the panic message to the
host. The `abort` feature can only be used when deploying to chains that
implement the import. For this reason, it's not yet enabled by default.
([#1299])
- cosmwasm-vm: A new import `abort` is created to abort contract execution when
requested by the contract. ([#1299])

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

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

### Fixed
Expand Down

0 comments on commit 2eea236

Please sign in to comment.