Skip to content

Commit

Permalink
Merge two entries dealing w/ ChangeTrustOperationResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Aug 31, 2021
1 parent f0ec394 commit 320ef43
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ This release adds **support for Automated Market Makers**. For details, you can
- `asset_code`
- `asset_issue`

- The `ChangeTrustOperationResponse` has changed ([#688](https://github.com/stellar/js-stellar-sdk/pull/688)):
- The `ChangeTrustOperationResponse` has changed ([#688](https://github.com/stellar/js-stellar-sdk/pull/688), [#692](https://github.com/stellar/js-stellar-sdk/pull/692)):
* `asset_type` can now be `liquidity_pool_shares`
* `asset_code` and `asset_issuer` are now optional
* `asset_code`, `asset_issuer`, and `trustee` are now optional
* `liquidity_pool_id` is a new optional field

- The trustline effects (`TrustlineCreated`, `TrustlineUpdated`, `TrustlineRevoked`) have changed ([#690](https://github.com/stellar/js-stellar-sdk/pull/690)):
Expand All @@ -82,9 +82,6 @@ This release adds **support for Automated Market Makers**. For details, you can
* the `asset` field is now optional, and is replaced by
* the `liquidity_pool_id` field for liquidity pools

- The `ChangeTrustOperationResponse` has changed ([#692](https://github.com/stellar/js-stellar-sdk/pull/692)):
* the `trustee` field is now optional

### Fix
- Updated various developer dependencies to secure versions ([#671](https://github.com/stellar/js-stellar-sdk/pull/671)).

Expand Down

0 comments on commit 320ef43

Please sign in to comment.