From 6b7d019846162b63781e02fac522a807b9dbb64a Mon Sep 17 00:00:00 2001 From: chosunone Date: Mon, 11 Jul 2022 14:51:24 +0900 Subject: [PATCH] docs(changelog): update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 083258e..17795fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ for details. * BREAKING CHANGE: Inputs to the tree when using `serde` now need to be the `Array` type until Serde supports const generics * Keys can now be of any length so long as they are a fixed size array. +* Added a `decompose` method to the `MerkleBIT` to allow accessing the underlying DB before it is dropped. # 3.2.3 * Update dependencies