From 8e27ee332acca1b68f22544870c7cf81d512de91 Mon Sep 17 00:00:00 2001 From: Say Cheong Date: Tue, 14 May 2024 13:28:06 +0900 Subject: [PATCH] Release 4.5.0 --- CHANGES.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 5f5c35aaf0f..88140481bea 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ Libplanet changelog Version 4.5.0 ------------- -To be released. +Released on May 14, 2024. Due to changes in [#3780] and [#3783], a network ran with a prior version may not be compatible with this version. Regarding [#3780], a network @@ -15,8 +15,6 @@ used `MintAsset()` and `BurnAsset()` with its execution result dependent on handling of a possible `Exception` thrown by these methods may not be compatible. -### Deprecated APIs - ### Backward-incompatible API changes - (Libplanet.Types) Updated `BlockMetadata.CurrentProtocolVersion` @@ -36,10 +34,6 @@ may not be compatible. that may be thrown by `IWorld.MintAsset()` and `IWorld.BurnAsset()`. -### Backward-incompatible network protocol changes - -### Backward-incompatible storage format changes - ### Added APIs - (Libplanet.Action) Added `CurrencyAccount` class. [[#3779]] @@ -49,12 +43,6 @@ may not be compatible. - (Libplanet.Mocks) `MockWorldState.SetBalance()` now automatically updates the total supply of the provided `Currency`. [[#3778]] -### Bug fixes - -### Dependencies - -### CLI tools - [#3769]: https://github.com/planetarium/libplanet/pull/3769 [#3774]: https://github.com/planetarium/libplanet/pull/3774 [#3775]: https://github.com/planetarium/libplanet/pull/3775