From 6cb46fce638fc41db0b719897e9af8c8e27c8762 Mon Sep 17 00:00:00 2001 From: Say Cheong Date: Tue, 5 Dec 2023 13:52:46 +0900 Subject: [PATCH] Release 3.9.0 --- CHANGES.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 87dd2bf84c6..b45719e5c07 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,15 +4,13 @@ Libplanet changelog Version 3.9.0 ------------- -To be released. +Released on December 5, 2023. Due to changes in [#3529], a network ran with a prior version may not be compatible with this version, specifically, those that ran with [Libplanet 2.0.0] and onwards prior to this release that have included `Transaction`s that aren't compatible with the updated specification in [#3529]. -### Deprecated APIs - ### Backward-incompatible API changes - (Libplanet.Action) Removed unnecessary extension methods: [[#3520]] @@ -38,20 +36,6 @@ be compatible with this version, specifically, those that ran with `IAccount(IAccountState, IImmutableHashSet<(Address, Currency)>)`. [[#3537]] -### Backward-incompatible network protocol changes - -### Backward-incompatible storage format changes - -### Added APIs - -### Behavioral changes - -### Bug fixes - -### Dependencies - -### CLI tools - [#3520]: https://github.com/planetarium/libplanet/pull/3520 [#3523]: https://github.com/planetarium/libplanet/pull/3523 [#3529]: https://github.com/planetarium/libplanet/pull/3529