Skip to content

Commit

Permalink
Add changelog entry for abort deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Jan 27, 2025
1 parent 589d242 commit 71c97f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ and this project adheres to
- cosmwasm-std: Implement `From<Uint64> for u{64,128}`,
`From<Uint128> for u128`, `From<Int64> for i{64,128}`, and
`From<Int128> 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

Expand Down

0 comments on commit 71c97f4

Please sign in to comment.