Skip to content

Commit

Permalink
Merge pull request #2350 from CosmWasm/co/add-changelog-abort
Browse files Browse the repository at this point in the history
Add changelog entry for `abort` deprecation
  • Loading branch information
chipshort authored Jan 27, 2025
2 parents 589d242 + 71c97f4 commit f503569
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 f503569

Please sign in to comment.