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'