Skip to content

Commit

Permalink
pre-release: 2.4.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed May 3, 2020
1 parent 32a3b70 commit 1c1ea5a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
Release History
===============

### Version 2.4.0-alpha2

Released on May 03, 2020

### Added

- Add `stellar_sdk.MuxedAccount` which makes it easy to use muxed account. ([#311](https://github.com/StellarCN/py-stellar-base/pull/311)).

### Breaking changes

- The following fields, which were previously an `str` are now a `stellar_sdk.MuxedAccount` ([#311](https://github.com/StellarCN/py-stellar-base/pull/311)):

- `stellar_sdk.Account.account_id`
- `stellar_sdk.Transaction.source`
- `stellar_sdk.FeeBumpTransaction.fee_source`
- `stellar_sdk.operation.Operation.source`
- `stellar_sdk.operation.AccountMerge.destination`
- `stellar_sdk.operation.AllowTrust.destination`
- `stellar_sdk.operation.PathPaymentStrictReceive.destination`
- `stellar_sdk.operation.PathPaymentStrictSend.destination`
- `stellar_sdk.operation.PathPayment.destination`
- `stellar_sdk.operation.Payment.destination`


### Version 2.3.2
Released on May 01, 2020

Expand Down
2 changes: 1 addition & 1 deletion stellar_sdk/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
__description__ = "The Python Stellar SDK library provides APIs to build transactions and connect to Horizon."
__url__ = "https://github.com/StellarCN/py-stellar-base"
__issues__ = "{}/issues".format(__url__)
__version__ = "2.3.2"
__version__ = "2.4.0-alpha2"
__author__ = "Eno, overcat"
__author_email__ = "[email protected], [email protected]"
__license__ = "Apache License 2.0"

0 comments on commit 1c1ea5a

Please sign in to comment.