Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeUrban committed Jan 25, 2023
1 parent 4678d6b commit 3fdf4d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions txnbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ file. This project adheres to [Semantic Versioning](http://semver.org/).
* 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.
* Adds an additional parameter of type `*txnbuild.MemoID`. Memos 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.
* Adds an additional return value of type `*txnbuild.MemoID`.


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

0 comments on commit 3fdf4d3

Please sign in to comment.