From 8e4907ae2d5cb16ff228220df48907f9172819d3 Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Mon, 28 Aug 2023 17:03:08 +0200 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a859fa4c0..8724ef54eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,9 @@ and this project adheres to - cosmwasm-vm: Use `wasmparser` for initial validation instead of `parity-wasm` ([#1786]) - cosmwasm-std: Make constructors `Decimal{,256}::{percent,permille,bps}` const +- cosmwasm-std: Use new `db_next_key` import to make `skip` and `nth` + implementation of `range` iterators more efficient. This requires the + `cosmwasm_1_4` feature to be enabled. ([#1838]) [#1667]: https://github.com/CosmWasm/cosmwasm/pull/1667 [#1674]: https://github.com/CosmWasm/cosmwasm/pull/1674 @@ -46,6 +49,7 @@ and this project adheres to [#1701]: https://github.com/CosmWasm/cosmwasm/pull/1701 [#1786]: https://github.com/CosmWasm/cosmwasm/pull/1786 [#1793]: https://github.com/CosmWasm/cosmwasm/pull/1793 +[#1838]: https://github.com/CosmWasm/cosmwasm/pull/1838 ## [1.3.3] - 2023-08-22