Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
greymistcube committed Nov 13, 2023
1 parent a59a864 commit 798ce5a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ To be released.

### Backward-incompatible API changes

- Removed `updatedAddresses` parameter from `BlockChain.MakeTransaction()`
[[#3480]]
- Removed `updatedAddresses` parameter from `Transaction.Create()`. [[#3480]]
- Removed `updatedAddresses` parameter from all `TxInvoice()`. [[#3480]]
- (Libplanet.Crypto) Removed `ToAddress()` extension method for
`PrivateKey` and `PublicKey`. [[#3486]]
- (Libplanet.Crypto) Added `Address` property to `PrivateKey` and `PublicKey`.
Expand All @@ -29,7 +33,8 @@ To be released.

### CLI tools

[[#3486]]: https://github.com/planetarium/libplanet/pull/3486
[#3480]: https://github.com/planetarium/libplanet/pull/3480
[#3486]: https://github.com/planetarium/libplanet/pull/3486


Version 3.7.0
Expand Down

0 comments on commit 798ce5a

Please sign in to comment.