Skip to content

Commit 66f8001

Browse files
committed
Add changelog entry
1 parent ddb8a26 commit 66f8001

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)