From a433e1100084c636417b333450de9e6aa48595c9 Mon Sep 17 00:00:00 2001 From: Oaroomy Date: Sat, 14 Dec 2019 14:19:20 +0900 Subject: [PATCH] Changed ChangeLog --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 420fdb2393d..d5b68fe6cf6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 @@ -74,6 +76,8 @@ To be released. [[#706]] - Increased `Swarm`'s network timeout value, in order to be stable a high latency internet connection. [[#709]] + - `Swarm.BootstrapAsync()` became to report `PeerDiscoveryException` + instead of `SwarmException` directly. [[#604], [#726]] ### Bug fixes @@ -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 @@ -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