From 1232419151ef697f211ddcb3a153bc4dee97513e Mon Sep 17 00:00:00 2001 From: Chad Ostrowski <221614+chadoh@users.noreply.github.com> Date: Tue, 14 May 2024 17:03:28 -0400 Subject: [PATCH] Fix typo in CHANGELOG.md Co-authored-by: George --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d843be7f8..f76c3d576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ A breaking change will get clearly marked in this log. ```diff - import { ContractClient } from '@stellar/stellar-sdk/lib/contract_client' - - import { ContractClient } from '@stellar/stellar-sdk' + + import { ContractClient } from '@stellar/stellar-sdk' ``` Note that this top-level export is now a container for all ContractClient-related functionality. The ContractClient class is now available at `ContractClient.Client`.