Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
longfin committed Mar 30, 2020
1 parent 2334869 commit d0dfb7c
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 @@ -98,6 +98,8 @@ To be released.
- `Swarm<T>.PreloadAsync()` and `Swarm<T>.StartAsync()` became to download
only a list of block hashes first and then download blocks from
simultaneously multiple peers. [[#707], [#798]]
- Improved performance of `Swarm<T>` by preventing unnecessary task
creation. [[#817], [#837]]

### Bug fixes

Expand Down Expand Up @@ -128,9 +130,11 @@ To be released.
[#802]: https://github.com/planetarium/libplanet/pull/802
[#803]: https://github.com/planetarium/libplanet/pull/803
[#815]: https://github.com/planetarium/libplanet/pull/815
[#817]: https://github.com/planetarium/libplanet/issues/817
[#820]: https://github.com/planetarium/libplanet/pull/820
[#825]: https://github.com/planetarium/libplanet/pull/825
[#831]: https://github.com/planetarium/libplanet/pull/831
[#837]: https://github.com/planetarium/libplanet/pull/837


Version 0.8.0
Expand Down

0 comments on commit d0dfb7c

Please sign in to comment.