From 71c97f40955cd627c20395a600508ce733e0c6f7 Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Mon, 27 Jan 2025 13:36:11 +0100 Subject: [PATCH] Add changelog entry for abort deprecation --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f0130a9c..3815505c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,11 @@ and this project adheres to - cosmwasm-std: Implement `From for u{64,128}`, `From for u128`, `From for i{64,128}`, and `From for i128` ([#2268]) +- cosmwasm-std: Deprecate `abort` feature. The panic handler is now always + enabled. ([#2337]) [#2268]: https://github.com/CosmWasm/cosmwasm/issues/2268 +[#2337]: https://github.com/CosmWasm/cosmwasm/issues/2337 ## Fixed