Skip to content

Commit

Permalink
Merge pull request #1053 from riemannulus/release/0.10.0
Browse files Browse the repository at this point in the history
Release 0.10.0
  • Loading branch information
Lee, Suho committed Oct 27, 2020
2 parents c410623 + e9c58fd commit 4bd864b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions CHANGES.md
Expand Up @@ -4,7 +4,7 @@ Libplanet changelog
Version 0.10.0
--------------

To be released.
Released on October 27, 2020.

### Backward-incompatible API changes

Expand Down Expand Up @@ -55,10 +55,6 @@ To be released.
- Added `ICryptoBackend<T>.Sign(HashDigest<T>, PrivateKey)` method.
[[#932]]
- `DefaultCryptoBackend` became to `DefaultCryptoBackend<T>`. [[#932]]
- Added `ImmutableArray<byte>`-typed `evaluationDigest` parameter to
`BlockHeader` constructor. [[#931], [#935]]
- Added `HashDigest<SHA256>`-typed `evaluationDigest` parameter to
`Block<T>()` constructor. [[#931], [#935]]
- Added `ImmutableArray<byte>`-typed `preEvaluationHash` parameter to
`BlockHeader` constructor. [[#931], [#935]]
- Added `HashDigest<SHA256>`-typed `preEvaluationHash` parameter to
Expand Down Expand Up @@ -189,8 +185,6 @@ To be released.
- Added `PeerChainState` struct. [[#936]]
- Added `Swarm<T>.GetPeerChainStateAsync()` method. [[#936]]
- Added `Swarm<T>.LastMessageTimestamp` property. [[#964]]
- Added `Block<T>.EvaluationDigest` property. [[#931], [#935]]
- Added `BlockHeader.EvaluationDigest` property. [[#931], [#935]]
- Added `Block<T>.PreEvaluationHash` property. [[#931], [#935]]
- Added `BlockHeader.PreEvaluationHash` property. [[#931], [#935]]
- Added `Transaction<T>.BytesLength` property. [[#201], [#1050]]
Expand Down

0 comments on commit 4bd864b

Please sign in to comment.