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 12c65a7 commit a433e11
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 @@ -59,6 +59,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 @@ -74,6 +76,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 @@ -90,6 +94,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 @@ -109,6 +114,7 @@ To be released.
[#718]: https://github.com/planetarium/libplanet/pull/718
[#719]: https://github.com/planetarium/libplanet/pull/719
[#725]: https://github.com/planetarium/libplanet/pull/725
[#726]: https://github.com/planetarium/libplanet/pull/726


Version 0.7.0
Expand Down

0 comments on commit a433e11

Please sign in to comment.