File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ and this project adheres to
37
37
ranges of different contracts. ([ #2471 ] )
38
38
- cosmwasm-std: Add ` transfer ` field to ` IbcDestinationCallbackMsg ` , providing
39
39
an easier way to handle an IBC transfer in a destination callback. ([ #2484 ] )
40
+ - cw-schema/cw-schema-derive: Add new easily compressible schema and associated
41
+ proc-macro ([ #2495 ] )
42
+ - cosmwasm-schema: Generate new cw-schemas alongside JSON schemas ([ #2495 ] )
40
43
41
44
## Changed
42
45
@@ -94,6 +97,7 @@ and this project adheres to
94
97
- cosmwasm-vm: Enable partial reference-type support, enabling contracts
95
98
compiled with Rust 1.82 or newer to be stored. ([ #2473 ] )
96
99
- cosmwasm-std: Removed IBC fees ([ #2479 ] )
100
+ - cosmwasm-schema: Remove unused result types from trait definition (#[ 2495] )
97
101
98
102
## Fixed
99
103
@@ -141,6 +145,7 @@ and this project adheres to
141
145
[ #2479 ] : https://github.com/CosmWasm/cosmwasm/pull/2479
142
146
[ #2480 ] : https://github.com/CosmWasm/cosmwasm/pull/2480
143
147
[ #2484 ] : https://github.com/CosmWasm/cosmwasm/pull/2484
148
+ [ #2495 ] : https://github.com/CosmWasm/cosmwasm/pull/2495
144
149
145
150
## [ 2.2.0] - 2024-12-17
146
151
You can’t perform that action at this time.
0 commit comments