From f4499a9daed0a190a4df8d55950fb5d51c835bc9 Mon Sep 17 00:00:00 2001 From: Marko Date: Fri, 28 Oct 2022 00:37:21 +0200 Subject: [PATCH] chore: changelog for 0.19.4 (#600) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 301696d3f..1d032a6ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +## 0.19.4 (October 28, 2022) + +- [#599](https://github.com/cosmos/iavl/pull/599) Populate ImmutableTree creation in copy function with missing field +- [#589](https://github.com/cosmos/iavl/pull/589) Wrap `tree.addUnsavedRemoval()` with missing `if !tree.skipFastStorageUpgrade` statement + ## 0.19.3 (October 8, 2022) - `ProofInner.Hash()` prevents both right and left from both being set. Only one is allowed to be set.