diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c2f18380..e507663d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,8 +28,7 @@ interface LedgerEntryChange { `restorePreamble` returned when a simulation call fails due to some contract state that has expired. When invoking a contract function, one can now set `restore` to `true` in the `MethodOptions`. When enabled, a `restoreFootprint` transaction will be created and await -signing whenever contract state is required to be restored before a contract function can -be invoked. +signing when required. ## [v12.0.0-rc.3](https://github.com/stellar/js-stellar-sdk/compare/v11.3.0...v12.0.0-rc.3)