Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Nov 1, 2019
1 parent 6d3b683 commit a156fb8
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 @@ -52,6 +52,7 @@ To be released.
- Added `BlockChain<T>.GetTransaction(TxId)` method. [[#409], [#583]]
- Added `BlockChain<T>.Contains(TxId)` method. [[#409], [#583]]
- Added `ByteUtil.Hex(ImmutableArray<byte>)` overloaded method. [[#614]]
- Added `BlockDownloadState.SourcePeer` property. [[#636]]

### Behavioral changes

Expand All @@ -74,6 +75,8 @@ To be released.
not related with [Kademlia protocol][Kademlia]. [[#594], [#627]]
- `Swarm<T>` became not to check least recently used peer every time when
new peer is fetched. [[#627]]
- `PreloadAsync()` became to retry block-download process with another peers
when the process failed. [[#636]]

### Bug fixes

Expand Down Expand Up @@ -149,6 +152,7 @@ To be released.
[#622]: https://github.com/planetarium/libplanet/pull/622
[#627]: https://github.com/planetarium/libplanet/pull/627
[#628]: https://github.com/planetarium/libplanet/issues/628
[#636]: https://github.com/planetarium/libplanet/pull/636
[#637]: https://github.com/planetarium/libplanet/pull/637
[#641]: https://github.com/planetarium/libplanet/pull/641
[#644]: https://github.com/planetarium/libplanet/pull/644
Expand Down

0 comments on commit a156fb8

Please sign in to comment.