From de87269d6cfef3a79ea211530f5937cd561a3b32 Mon Sep 17 00:00:00 2001 From: s2quake Date: Mon, 1 Jul 2024 15:25:57 +0900 Subject: [PATCH] Changelog --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e2ddd08255..651f75e9bb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,11 @@ To be released. ### Backward-incompatible API changes + - (Libplanet.Explorer) Added `ValidatorPower` field to `VoteType`. + [[#3737], [#3813]] + - (Libplanet.Types) Added `ValidatorPower` property to `IVoteMetadata` + interface and its implementations. [[#3737], [#3813]] + ### Backward-incompatible network protocol changes ### Backward-incompatible storage format changes @@ -24,6 +29,9 @@ To be released. ### CLI tools +[#3737]: https://github.com/planetarium/libplanet/pull/3737 +[#3813]: https://github.com/planetarium/libplanet/pull/3813 + Version 5.0.0 -------------