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
9494- cosmwasm-vm: Enable partial reference-type support, enabling contracts
9595 compiled with Rust 1.82 or newer to be stored. ([ #2473 ] )
9696- 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 ] )
97100
98101## Fixed
99102
@@ -141,6 +144,7 @@ and this project adheres to
141144[ #2479 ] : https://github.com/CosmWasm/cosmwasm/pull/2479
142145[ #2480 ] : https://github.com/CosmWasm/cosmwasm/pull/2480
143146[ #2484 ] : https://github.com/CosmWasm/cosmwasm/pull/2484
147+ [ #2501 ] : https://github.com/CosmWasm/cosmwasm/pull/2501
144148
145149## [ 2.2.0] - 2024-12-17
146150
You can’t perform that action at this time.
0 commit comments