From ea7510271e15e49af149f83c59866ab354c966e8 Mon Sep 17 00:00:00 2001 From: Cool Developer Date: Wed, 31 Jul 2024 09:55:19 -0400 Subject: [PATCH] add the missing changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfbd7478d..0d2d17d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Improvements - [#952](https://github.com/cosmos/iavl/pull/952) Add `DeleteVersionsFrom(int64)` API. +- [#955](https://github.com/cosmos/iavl/pull/955) Get rid of `cosmos-db` deps completely. - [#961](https://github.com/cosmos/iavl/pull/961) Add new `GetLatestVersion` API to get the latest version. - [#965](https://github.com/cosmos/iavl/pull/965) Use expected interface for expected IAVL `Logger`. - [#970](https://github.com/cosmos/iavl/pull/970) Close the pruning process when the nodeDB is closed.