Skip to content

Commit f931bfb

Browse files
committed
Add changelog entries
1 parent 2338f8e commit f931bfb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ and this project adheres to
3737
ranges of different contracts. ([#2471])
3838
- cosmwasm-std: Add `transfer` field to `IbcDestinationCallbackMsg`, providing
3939
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])
4043

4144
## Changed
4245

@@ -94,6 +97,7 @@ and this project adheres to
9497
- cosmwasm-vm: Enable partial reference-type support, enabling contracts
9598
compiled with Rust 1.82 or newer to be stored. ([#2473])
9699
- cosmwasm-std: Removed IBC fees ([#2479])
100+
- cosmwasm-schema: Remove unused result types from trait definition (#[2495])
97101

98102
## Fixed
99103

@@ -141,6 +145,7 @@ and this project adheres to
141145
[#2479]: https://github.com/CosmWasm/cosmwasm/pull/2479
142146
[#2480]: https://github.com/CosmWasm/cosmwasm/pull/2480
143147
[#2484]: https://github.com/CosmWasm/cosmwasm/pull/2484
148+
[#2495]: https://github.com/CosmWasm/cosmwasm/pull/2495
144149

145150
## [2.2.0] - 2024-12-17
146151

0 commit comments

Comments
 (0)