From da8bc813d90e4bd436ed0358253f6bbab9e7b887 Mon Sep 17 00:00:00 2001 From: Kai Hirota <34954529+kaihirota@users.noreply.github.com> Date: Thu, 29 Feb 2024 09:41:15 +1100 Subject: [PATCH] update changelog (#440) * update changelog * Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cad33ce..9d957067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,7 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - `completeWithdrawal` has been updated to use V2 withdrawal logic for StarkEx V4 contract. -- [BREAKING CHANGE] `completeWithdrawal` now requires `WalletConnection` instead of Eth Signer. +- [BREAKING CHANGE] `completeWithdrawal` now requires `WalletConnection` instead of Eth Signer. See https://github.com/immutable/imx-core-sdk/blob/3.0.0/examples/completeEthWithdrawal.ts. ## [2.6.1] - 2024-02-26