From 61409afef03a1cea36311cf473602b5bd85e1721 Mon Sep 17 00:00:00 2001 From: Chad Ostrowski <221614+chadoh@users.noreply.github.com> Date: Tue, 14 May 2024 17:24:59 -0400 Subject: [PATCH] mention that `SorobanRpc` is now deprecated --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ed278776..5b1d7e2f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,9 +51,9 @@ A breaking change will get clearly marked in this log. It now throws a `SentTransaction.Errors.TransactionStillPending` error with that error message instead. -### Added +### Deprecated -- `SorobanRpc` module is now also exported as `Rpc`. You can import it with either name. +- `SorobanRpc` module is now also exported as `Rpc`. You can import it with either name for now, but `SorobanRpc` will be removed in a future release. ```diff import { SorobanRpc } from '@stellar/stellar-sdk'