@@ -13,23 +13,29 @@ and this project adheres to
13
13
- cosmwasm-std: Implement ` From<Uint64> for u{64,128} ` ,
14
14
` From<Uint128> for u128 ` , ` From<Int64> for i{64,128} ` , and
15
15
` From<Int128> for i128 ` ([ #2268 ] )
16
- - cosmwasm-std: Deprecate ` abort ` feature. The panic handler is now always
17
- enabled. ([ #2337 ] )
18
16
- cosmwasm-std: Implement ` Uint128::from_{be,le}_bytes ` and
19
17
` Uint64::from_{be,le}_bytes ` . ([ #2269 ] )
18
+ - cosmwasm-std: Added new ` EurekaMsg ` and ` CosmosMsg::Eureka ` variant ([ #2340 ] )
20
19
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 ] )
24
27
25
28
## Fixed
26
29
27
30
- cosmwasm-schema: The schema export now doesn't overwrite existing
28
31
` additionalProperties ` values anymore ([ #2310 ] )
29
- - cosmwasm-std: Added new ` EurekaMsg ` and ` CosmosMsg::Eureka ` variant ([ #2340 ] )
30
32
33
+ [ #2268 ] : https://github.com/CosmWasm/cosmwasm/issues/2268
34
+ [ #2269 ] : https://github.com/CosmWasm/cosmwasm/issues/2269
31
35
[ #2310 ] : https://github.com/CosmWasm/cosmwasm/pull/2310
36
+ [ #2337 ] : https://github.com/CosmWasm/cosmwasm/issues/2337
32
37
[ #2340 ] : https://github.com/CosmWasm/cosmwasm/pull/2340
38
+ [ #2344 ] : https://github.com/CosmWasm/cosmwasm/pull/2344
33
39
34
40
## [ 2.2.0] - 2024-12-17
35
41
0 commit comments