From 18bf049893bdc89231d45e3e2b02875c16f571c4 Mon Sep 17 00:00:00 2001 From: Suho Lee Date: Thu, 10 Oct 2024 17:44:03 +0900 Subject: [PATCH 1/2] Release 5.3.0 --- CHANGES.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index dab4bd89beb..b2ae806f1bc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,9 +4,7 @@ Libplanet changelog Version 5.3.0 ------------- -To be released. - -### Deprecated APIs +Released on October 10, 2024. ### Backward-incompatible API changes @@ -37,10 +35,6 @@ To be released. - (Libplanet.Net) Changed the encoding for `GetBlockHashesMsg` and `BlockHashesMsg`. [[#3949]] -### Backward-incompatible storage format changes - -### Added APIs - ### Behavioral changes - Changed `BlockChain.FindBranchPoint()` to only check for the first @@ -54,11 +48,6 @@ To be released. - (Libplanet.Store) Optimized LRU Cache for `HashNode` and `BlockSet`. [[#3962]] -### Bug fixes - -### Dependencies - -### CLI tools [#3913]: https://github.com/planetarium/libplanet/pull/3913 [#3922]: https://github.com/planetarium/libplanet/issues/3922 From f3af5bc20cd5d1d06e8bc4750969f30e3fcf5530 Mon Sep 17 00:00:00 2001 From: Say Cheong Date: Thu, 10 Oct 2024 17:49:19 +0900 Subject: [PATCH 2/2] Update CHANGES.md --- CHANGES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index b2ae806f1bc..6f150b6b9df 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -48,7 +48,6 @@ Released on October 10, 2024. - (Libplanet.Store) Optimized LRU Cache for `HashNode` and `BlockSet`. [[#3962]] - [#3913]: https://github.com/planetarium/libplanet/pull/3913 [#3922]: https://github.com/planetarium/libplanet/issues/3922 [#3924]: https://github.com/planetarium/libplanet/pull/3924