Skip to content

Commit

Permalink
add to txnbuild CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeUrban committed Jan 25, 2023
1 parent 9838244 commit ebe0f2a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions txnbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ file. This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

### Breaking changes

* Muxed accounts and ID memos can be used in the `BuildChallengeTx()` and `ReadChallengeTx()` SEP-10 utilitiy functions to identify users of shared Stellar accounts. ([#4746](https://github.com/stellar/go/pull/4746))
* `BuildChallengeTx()`:
* Muxed account addresses can be passed as the `clientAccountID`.
* Adds an additional parameter of type `txnbuild.Memo`. Memos must be of type ID and cannot be specified if the `clientAccoutID` id a muxed account address.
* `ReadChallengeTx()`:
* Muxed account addresses may be returned as the `clientAccountID`.
* Adds an additional return value of type `txnbuild.Memo`, which if non-nil, will always be a memo of type ID.


## [10.0.0](https://github.com/stellar/go/releases/tag/horizonclient-v9.0.0) - 2022-04-18

Expand Down

0 comments on commit ebe0f2a

Please sign in to comment.