From dc0c32abe0e22d5036a9e8a6b8c72b7ffae5be6b Mon Sep 17 00:00:00 2001 From: Tanmay Date: Wed, 24 Apr 2024 16:30:56 -0400 Subject: [PATCH] add changelog --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 61b85985bf..41aa1b32fd 100644 --- a/changelog.md +++ b/changelog.md @@ -44,6 +44,7 @@ * [1989](https://github.com/zeta-chain/node/pull/1989) - simplify `IsSendOutTxProcessed` method and add unit tests * [2013](https://github.com/zeta-chain/node/pull/2013) - rename `GasPriceVoter` message to `VoteGasPrice` * [2059](https://github.com/zeta-chain/node/pull/2059) - Remove unused params from all functions in zetanode +* [2076](https://github.com/zeta-chain/node/pull/2076) - automatically deposit native zeta to an address if it doesn't exist on ZEVM. ### Features