From e102b155f5f07a4d6923f5284d44f8948261df96 Mon Sep 17 00:00:00 2001 From: Chanhyuck Ko Date: Tue, 27 Jun 2023 16:31:10 +0900 Subject: [PATCH] docs: update CHANGES.md --- CHANGES.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 3314eca111f..ca091ae3965 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -38,6 +38,10 @@ To be released. to `IImmutableSet<(Address, Currency)>` from `IImmutableDictionary>`. [[#3244]] - Added `IAccountStateDelta.Delta` propery. [[#3245]] + - (Libplanet.Net) Renamed `Step` enum to `ConsensusStep` + to remove ambiguity. [[#3249]] + - (Libplanet.Net) `ConsensusProposalMsg`, `ConsensusPreVoteMsg` and + `ConsensusPreCommitMsg` became to inherit `ConsensusVoteMsg`. [[#3249]] ### Backward-incompatible network protocol changes @@ -47,6 +51,23 @@ To be released. - Added `IAccountDelta` interface and its default implementation `AccountDelta` class. [[#3245]] + - Added `Maj23` and its related classes. [[#3249]] + - Added `Maj23` class. + - Added `Maj23Metadata` class. + - (Libplanet.Net) Added `ConsensusMaj23Msg` class. + - Added `VoteSetBits` and its related classes. [[#3206]] + - Added `VoteSetBits` class. + - Added `VoteSetBitsMetadata` class. + - (Libplanet.Net) Added `ConsensusVoteSetBitsMsg` class. + - (Libplanet.Net) Added `VoteSet` class. [[#3249]] + - (Libplanet.Net) Added `HeightVoteSet` class. [[#3249]] + - (Libplanet.Net) Added `ConsensusVoteMsg` abstract class. [[#3249]] + - (Libplanet.Net) Added `InvalidProposalException` class. [[#3249]] + - (Libplanet.Net) Added `InvalidVoteException` class. [[#3249]] + - (Libplanet.Net) Added `InvalidMaj23Exception` class. [[#3249]] + - (Libplanet.Net) Added + `Gossip.PublishMessage(MessageContent, IEnumerable)` method. + [[#3249]] ### Behavioral changes @@ -59,6 +80,7 @@ To be released. [#3230]: https://github.com/planetarium/libplanet/pull/3230 [#3244]: https://github.com/planetarium/libplanet/pull/3244 [#3245]: https://github.com/planetarium/libplanet/pull/3245 +[#3249]: https://github.com/planetarium/libplanet/pull/3249 Version 2.2.0