Skip to content

Commit 2d42f5d

Browse files
authored
Merge pull request #1945 from CosmWasm/storage_keys-CHANGELOG
Add missing CHANGELOG entry for cosmwasm_std::storage_keys to 1.4.0
2 parents 88762e8 + 4519a23 commit 2d42f5d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,14 @@ and this project adheres to
157157
- cosmwasm-std: Add
158158
`DistributionQuery::{DelegationRewards, DelegationTotalRewards, DelegatorValidators}`.
159159
This requires the `cosmwasm_1_4` feature to be enabled. ([#1788])
160+
- cosmwasm-std: Export module `cosmwasm_std::storage_keys` with
161+
`namespace_with_key`, `to_length_prefixed` and `to_length_prefixed_nested` to
162+
make it easier to use the strandard storage key layout documented in
163+
[STORAGE_KEYS.md](https://github.com/CosmWasm/cosmwasm/blob/v1.5.0/docs/STORAGE_KEYS.md)
164+
in other libraries such as cw-storage-plus or indexers. ([#1676])
160165

161166
[#1512]: https://github.com/CosmWasm/cosmwasm/issues/1512
167+
[#1676]: https://github.com/CosmWasm/cosmwasm/pull/1676
162168
[#1799]: https://github.com/CosmWasm/cosmwasm/pull/1799
163169
[#1806]: https://github.com/CosmWasm/cosmwasm/pull/1806
164170
[#1832]: https://github.com/CosmWasm/cosmwasm/pull/1832

0 commit comments

Comments
 (0)