Skip to content

Commit 71c97f4

Browse files
committed
Add changelog entry for abort deprecation
1 parent 589d242 commit 71c97f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ and this project adheres to
1313
- cosmwasm-std: Implement `From<Uint64> for u{64,128}`,
1414
`From<Uint128> for u128`, `From<Int64> for i{64,128}`, and
1515
`From<Int128> for i128` ([#2268])
16+
- cosmwasm-std: Deprecate `abort` feature. The panic handler is now always
17+
enabled. ([#2337])
1618

1719
[#2268]: https://github.com/CosmWasm/cosmwasm/issues/2268
20+
[#2337]: https://github.com/CosmWasm/cosmwasm/issues/2337
1821

1922
## Fixed
2023

0 commit comments

Comments
 (0)