diff --git a/CHANGES.md b/CHANGES.md index 7d262d650b..09ea9d1f49 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -24,11 +24,11 @@ To be released. and its all implementations. [[#189]] - The signature of `IStore.PutBlock(Block)` method was changed to `PutBlock(Block, Address)`. [[#189]] - - Improved the read throughput of `BlockChain` when calling + - Improved the read throughput of `BlockChain.Append()`. - - Fixed a bug that `Swarm` attempted to use TURN relay even though `_host` was + - Fixed a bug that `Swarm` had attempted to use TURN relay even if the `host` argument was given. - - Fixed a bug that TURN relay was disconnected when connecting for more than 5 + - Fixed a bug that TURN relay had been disconnected when being connected for longer than 5 minutes. [#185]: https://github.com/planetarium/libplanet/pull/185