Skip to content

Commit

Permalink
fixed position of changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaineHeffron committed Jun 5, 2024
1 parent a3b773d commit 664bb83
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ A breaking change will get clearly marked in this log.

## Unreleased

### Added
- `contract.AssembledTransaction` now has a `restoreFootprint` method which accepts the
`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 when required.


## [v12.0.1](https://github.com/stellar/js-stellar-sdk/compare/v11.3.0...v12.0.1)

Expand All @@ -24,11 +31,6 @@ interface LedgerEntryChange {
}
```

- `contract.AssembledTransaction` now has a `restoreFootprint` method which accepts the
`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 when required.

## [v12.0.0-rc.3](https://github.com/stellar/js-stellar-sdk/compare/v11.3.0...v12.0.0-rc.3)

Expand Down

0 comments on commit 664bb83

Please sign in to comment.