Skip to content

Commit

Permalink
Update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
limebell committed Jan 21, 2020
1 parent 28d2b0f commit fd71502
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ To be released.
`Swarm<T>.StartAsync()` became not to call `Swarm<T>.PreloadAsync()`. [[#735], [#760]]
- The hash of `Block<T>` has changed due to the change in the method of
serialization. [[#762]]
- The way `Swarm<T>` chose peers to spread messages has changed. [[#765], [#767]]
- If there are less than 10 peers in the routing table, select all peers.
- If there are more than 10 peers in the routing table,
choose one from each bucket, and if the number is less than 10,
then select an additional peers so that the total is 10.

### Bug fixes

Expand Down Expand Up @@ -199,6 +204,8 @@ To be released.
[#760]: https://github.com/planetarium/libplanet/pull/760
[#762]: https://github.com/planetarium/libplanet/pull/762
[#763]: https://github.com/planetarium/libplanet/pull/763
[#765]: https://github.com/planetarium/libplanet/issues/765
[#767]: https://github.com/planetarium/libplanet/pull/767


Version 0.7.0
Expand Down

0 comments on commit fd71502

Please sign in to comment.