Skip to content

Commit

Permalink
docs: update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
limebell committed Dec 12, 2024
1 parent 750b011 commit d789611
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,30 @@ Version 5.4.2

To be released.

### Backward-incompatible API changes

- Removed `ContextTimeoutOption` class. Instead, added `ContextOption` class.
[[#4007]]
- Removed `ConsensusReactorOption.ContextTimeoutOptions` property.
Instead, added `ConsensusReactorOption.ContextOption` property. [[#4007]]
- `ConsensusReactor` constructor requires `ContextOption` parameter
instead of the `ContextTimeoutOption` parameter. [[#4007]]

### Behavioral changes

- `Gossip.RebuildTableAsync()` now bootstrap peers from the seed peers.
[[#4007]]


[#4007]: https://github.com/planetarium/libplanet/pull/4007


Version 5.4.1
-------------

Released on November 22, 2024.

- Ported changes from [Libplanet 5.3.2] release. [[#3973]]
- Ported changes from [Libplanet 5.3.2] release. [[#3973]]

[#3973]: https://github.com/planetarium/libplanet/pull/3973
[Libplanet 5.3.2]: https://www.nuget.org/packages/Libplanet/5.3.2
Expand Down

0 comments on commit d789611

Please sign in to comment.