Skip to content

Commit f503569

Browse files
authored
Merge pull request #2350 from CosmWasm/co/add-changelog-abort
Add changelog entry for `abort` deprecation
2 parents 589d242 + 71c97f4 commit f503569

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)