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 039895b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 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. [[#604], [#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. [[#604], [#726]]

### Bug fixes

Expand All @@ -88,6 +92,7 @@ To be released.
nonce. [[#718]]
- Fixed a bug where mined transactions were staged again. [[#719]]

[#604]: https://github.com/planetarium/libplanet/issues/604
[#662]: https://github.com/planetarium/libplanet/pull/662
[#665]: https://github.com/planetarium/libplanet/pull/665
[#675]: https://github.com/planetarium/libplanet/pull/675
Expand All @@ -105,6 +110,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 039895b

Please sign in to comment.