Skip to content

Commit 56d9d29

Browse files
committed
Add changelog entries
1 parent 13e2446 commit 56d9d29

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,29 @@ 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])
1816
- cosmwasm-std: Implement `Uint128::from_{be,le}_bytes` and
1917
`Uint64::from_{be,le}_bytes`. ([#2269])
18+
- cosmwasm-std: Added new `EurekaMsg` and `CosmosMsg::Eureka` variant ([#2340])
2019

21-
[#2268]: https://github.com/CosmWasm/cosmwasm/issues/2268
22-
[#2337]: https://github.com/CosmWasm/cosmwasm/issues/2337
23-
[#2269]: https://github.com/CosmWasm/cosmwasm/issues/2269
20+
## Changed
21+
22+
- cosmwasm-std: Deprecate `abort` feature. The panic handler is now always
23+
enabled. ([#2337])
24+
- cosmwasm-std: Document safety invariants of the internal memory repr ([#2344])
25+
- cosmwasm-std: Enforce non-null pointers using `ptr::NonNull` in the internal
26+
memory repr ([#2344])
2427

2528
## Fixed
2629

2730
- cosmwasm-schema: The schema export now doesn't overwrite existing
2831
`additionalProperties` values anymore ([#2310])
29-
- cosmwasm-std: Added new `EurekaMsg` and `CosmosMsg::Eureka` variant ([#2340])
3032

33+
[#2268]: https://github.com/CosmWasm/cosmwasm/issues/2268
34+
[#2269]: https://github.com/CosmWasm/cosmwasm/issues/2269
3135
[#2310]: https://github.com/CosmWasm/cosmwasm/pull/2310
36+
[#2337]: https://github.com/CosmWasm/cosmwasm/issues/2337
3237
[#2340]: https://github.com/CosmWasm/cosmwasm/pull/2340
38+
[#2344]: https://github.com/CosmWasm/cosmwasm/pull/2344
3339

3440
## [2.2.0] - 2024-12-17
3541

0 commit comments

Comments
 (0)