From 1d3a2e9ef7d0ebb15ab8280deac4168eb52e8ac6 Mon Sep 17 00:00:00 2001 From: Charlie Chen Date: Fri, 7 Jun 2024 12:29:07 -0500 Subject: [PATCH] added changelog entry --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 598ce8dd6a..d95e8af05c 100644 --- a/changelog.md +++ b/changelog.md @@ -64,6 +64,7 @@ * [2233](https://github.com/zeta-chain/node/pull/2233) - fix `IsSupported` flag not properly updated in zetaclient's context * [2243](https://github.com/zeta-chain/node/pull/2243) - fix incorrect bitcoin outbound height in the CCTX outbound parameter * [2256](https://github.com/zeta-chain/node/pull/2256) - fix rate limiter falsely included reverted non-withdraw cctxs +* [2327](https://github.com/zeta-chain/node/pull/2327) - partially cherry picked the fix to Bitcoin outbound dust amount ### CI