From 0dcd0118d7dda355c31b525296de1c3d25430721 Mon Sep 17 00:00:00 2001 From: lumtis Date: Wed, 4 Sep 2024 17:09:30 +0200 Subject: [PATCH] changelog --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index a81fc297db..7f05ed89bb 100644 --- a/changelog.md +++ b/changelog.md @@ -14,6 +14,7 @@ * [2681](https://github.com/zeta-chain/node/pull/2681) - implement `MsgUpdateERC20CustodyPauseStatus` to pause or unpause ERC20 Custody contract (to be used for the migration process for smart contract V2) * [2644](https://github.com/zeta-chain/node/pull/2644) - add created_timestamp to cctx status * [2673](https://github.com/zeta-chain/node/pull/2673) - add relayer key importer, encryption and decryption +* [2824](https://github.com/zeta-chain/node/pull/2824) - add Bitcoin inscriptions support ### Refactor