Skip to content

Commit

Permalink
Fixup changelog merge line
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Aug 21, 2023
1 parent 020843f commit 4fadeca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ A breaking change should be clearly marked in this log.

### Breaking Changes
* The minimum supported NodeJS version is now Node 16.
<<<<<<< HEAD
* `Server.prepareTransaction` now returns a `TransactionBuilder` instance rather than an immutable `Transaction`, in order to facilitate modifying your transaction after assembling it alongside the simulation response ([#127](https://github.com/stellar/js-soroban-client/pull/127)).
- The intent is to avoid cloning the transaction again (via `TransactionBuilder.cloneFrom`) if you need to modify parameters such as the storage access footprint.
- To migrate your code, just call `.build()` on the return value.
Expand Down

0 comments on commit 4fadeca

Please sign in to comment.