diff --git a/CHANGES.md b/CHANGES.md index be53fbb72d..1bf149c9e5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -114,6 +114,8 @@ To be released. block from the nodes that have a different genesis block. [[#746]] - `Swarm` became to distinguish the starting stages clearly. In other words, `Swarm.StartAsync()` became not to call `Swarm.PreloadAsync()`. [[#735], [#760]] + - The hash of `Block` has changed due to the change in the method of + serialization. [[#762]] ### Bug fixes @@ -195,6 +197,7 @@ To be released. [#758]: https://github.com/planetarium/libplanet/pull/758 [#759]: https://github.com/planetarium/libplanet/pull/759 [#760]: https://github.com/planetarium/libplanet/pull/760 +[#762]: https://github.com/planetarium/libplanet/pull/762 [#763]: https://github.com/planetarium/libplanet/pull/763