From c7ed233525d95335136091ef8b6e645aa5f8c763 Mon Sep 17 00:00:00 2001 From: HuangYi Date: Mon, 2 Dec 2024 15:25:45 +0800 Subject: [PATCH] changelog --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9310285ee5..313eac8cbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,10 @@ ### Improvements -* [#1705](https://github.com/crypto-org-chain/cronos/pull/1705) Reproduce iavl prune bug in test and change iavl - dependency back to upstream. +* [#1705](https://github.com/crypto-org-chain/cronos/pull/1705) + - Reproduce iavl prune bug in test + - change iavl dependency back to upstream + - fix prune command with async pruning *Nov 26, 2024*