File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,9 @@ and this project adheres to
94
94
- cosmwasm-vm: Enable partial reference-type support, enabling contracts
95
95
compiled with Rust 1.82 or newer to be stored. ([ #2473 ] )
96
96
- cosmwasm-std: Removed IBC fees ([ #2479 ] )
97
+ - cosmwasm-std: Split up ` Validator ` type into ` Validator ` and
98
+ ` ValidatorMetadata ` to allow adding more fields to ` ValidatorResponse ` in the
99
+ future. ([ #2501 ] )
97
100
98
101
## Fixed
99
102
@@ -141,6 +144,7 @@ and this project adheres to
141
144
[ #2479 ] : https://github.com/CosmWasm/cosmwasm/pull/2479
142
145
[ #2480 ] : https://github.com/CosmWasm/cosmwasm/pull/2480
143
146
[ #2484 ] : https://github.com/CosmWasm/cosmwasm/pull/2484
147
+ [ #2501 ] : https://github.com/CosmWasm/cosmwasm/pull/2501
144
148
145
149
## [ 2.2.0] - 2024-12-17
146
150
You can’t perform that action at this time.
0 commit comments