Skip to content

Commit

Permalink
Changed ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
Oaroomy committed Dec 14, 2019
1 parent 684beb1 commit 9325078
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ To be released.
- Added `InvalidGenesisBlockException` class. [[#688]]
- Added `StateDownloadState` class which reports state preloading iteration
progress. [[#703]]
- Added `PeerDiscoveryException` class which inherits `SwarmException`
class. [[#726]]

### Behavioral changes

Expand All @@ -72,6 +74,8 @@ To be released.
[[#706]]
- Increased `Swarm<T>`'s network timeout value, in order to be stable
a high latency internet connection. [[#709]]
- `Swarm<T>.BootstrapAsync()` became to report `PeerDiscoveryException`
instead of `SwarmException` directly. [[#726]]

### Bug fixes

Expand Down Expand Up @@ -105,6 +109,7 @@ To be released.
[#709]: https://github.com/planetarium/libplanet/pull/709
[#718]: https://github.com/planetarium/libplanet/pull/718
[#719]: https://github.com/planetarium/libplanet/pull/719
[#726]: https://github.com/planetarium/libplanet/pull/726


Version 0.7.0
Expand Down

0 comments on commit 9325078

Please sign in to comment.