From 7fd73275a52ea6d4676a16f72c6011bd80ed9b05 Mon Sep 17 00:00:00 2001 From: Say Cheong Date: Fri, 3 Nov 2023 17:55:04 +0900 Subject: [PATCH] Changelog --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 32dc749fc72..bd6c1cd5ec7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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]] - Removed `Rehearsal` property from `IActionContext` and `ICommittedActionContext`. [[#3485]] - (Libplanet.Crypto) Removed `ToAddress()` extension method for @@ -31,6 +35,7 @@ To be released. ### CLI tools +[#3480]: https://github.com/planetarium/libplanet/pull/3480 [#3485]: https://github.com/planetarium/libplanet/pull/3485 [#3486]: https://github.com/planetarium/libplanet/pull/3486