From 2eea236c507a42f4ce4c5ad30edd35fcd026f58f Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Wed, 11 May 2022 22:43:28 +0200 Subject: [PATCH] Create CHANGELOG entry --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa21556e7..9cfb63fdc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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