Skip to content

Commit 4519a23

Browse files
committed
Add missing CHNAGELOG entry for cosmwasm_std::storage_keys to 1.4.0
1 parent cf25c49 commit 4519a23

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
@@ -155,8 +155,14 @@ and this project adheres to
155155
- cosmwasm-std: Add
156156
`DistributionQuery::{DelegationRewards, DelegationTotalRewards, DelegatorValidators}`.
157157
This requires the `cosmwasm_1_4` feature to be enabled. ([#1788])
158+
- cosmwasm-std: Export module `cosmwasm_std::storage_keys` with
159+
`namespace_with_key`, `to_length_prefixed` and `to_length_prefixed_nested` to
160+
make it easier to use the strandard storage key layout documented in
161+
[STORAGE_KEYS.md](https://github.com/CosmWasm/cosmwasm/blob/v1.5.0/docs/STORAGE_KEYS.md)
162+
in other libraries such as cw-storage-plus or indexers. ([#1676])
158163

159164
[#1512]: https://github.com/CosmWasm/cosmwasm/issues/1512
165+
[#1676]: https://github.com/CosmWasm/cosmwasm/pull/1676
160166
[#1799]: https://github.com/CosmWasm/cosmwasm/pull/1799
161167
[#1806]: https://github.com/CosmWasm/cosmwasm/pull/1806
162168
[#1832]: https://github.com/CosmWasm/cosmwasm/pull/1832

0 commit comments

Comments
 (0)