Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Jan 15, 2020
1 parent e3cd206 commit 01254a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ To be released.
relaying proxy concurrently. [[#744]]
- `Swarm<T>` became to throw `InvalidGenesisBlockException` when receiving
block from the nodes that have a different genesis block. [[#746]]
- `Swarm<T>` became to distinguish the starting stages clearly. In other words,
`Swarm<T>.StartAsync()` became not to call `Swarm<T>.PreloadAsync()`. [[#735], [#760]]

### Bug fixes

Expand Down Expand Up @@ -176,6 +178,7 @@ To be released.
[#728]: https://github.com/planetarium/libplanet/pull/728
[#732]: https://github.com/planetarium/libplanet/pull/732
[#734]: https://github.com/planetarium/libplanet/pull/734
[#735]: https://github.com/planetarium/libplanet/issues/735
[#736]: https://github.com/planetarium/libplanet/pull/736
[#739]: https://github.com/planetarium/libplanet/pull/739
[#744]: https://github.com/planetarium/libplanet/pull/744
Expand All @@ -184,6 +187,7 @@ To be released.
[#753]: https://github.com/planetarium/libplanet/pull/753
[#758]: https://github.com/planetarium/libplanet/pull/758
[#759]: https://github.com/planetarium/libplanet/pull/759
[#760]: https://github.com/planetarium/libplanet/pull/760


Version 0.7.0
Expand Down

0 comments on commit 01254a0

Please sign in to comment.