From ccd8752fa742cc6e7ddf89cd12e2976840f519a3 Mon Sep 17 00:00:00 2001 From: lumtis Date: Tue, 28 Jan 2025 16:25:32 +0100 Subject: [PATCH] chore: sync changelog with v26 changes --- changelog.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index eb19739b35..d956c4153c 100644 --- a/changelog.md +++ b/changelog.md @@ -20,9 +20,19 @@ ### Fixes * [3374](https://github.com/zeta-chain/node/pull/3374) - remove minimum rent exempt check for SPL token withdrawals -* [3348](https://github.com/zeta-chain/node/pull/3348) - add support to perform withdraws in ZetaChain `onRevert` call * [3416](https://github.com/zeta-chain/node/pull/3416) - add a check for nil gas price in the CheckTxFee function +## v26.0.0 + +### Features + +* [3379](https://github.com/zeta-chain/node/pull/3379) - add Avalanche, Arbitrum and World Chain in chain info + +### Fixes + +* [3374](https://github.com/zeta-chain/node/pull/3374) - remove minimum rent exempt check for SPL token withdrawals +* [3348](https://github.com/zeta-chain/node/pull/3348) - add support to perform withdraws in ZetaChain `onRevert` call + ## v25.0.0 ## Unreleased