Skip to content

Commit 46f72ef

Browse files
Reorder entries according to the end-user significance. (#545)
1 parent 0e0db52 commit 46f72ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1818
## [0.3] - TBA <!-- somewhere next week -->
1919

2020
### Added
21-
- `Message.Builder#setBody(byte[])` to avoid `ByteBuffer.wrap` in the client code. (#401)
22-
- `MapIndex.isEmpty()` method to check if MapIndex is empty. (#445)
2321
- Flat map proofs support, including proofs of absence and multiproofs — proofs for several
2422
entries at once. (#250, #507, #532)
25-
- Wallet transactions history support to the cryptocurrency-demo. (#481)
2623
- `StandardSerializers` now supports `bool`, `fixed32`, `uint32`, `sint32`,
2724
`fixed64`, `uint64`, `sint64`, `float` and `double` primitive types,
2825
`PrivateKey`, `PublicKey` and `byte[]` serialization. (#514, #523)
2926
- A deterministic `Serializer` of any protobuf message — `StandardSerializers#protobuf`. (#493)
3027
- Static factory methods accepting protobuf messages to collections,
3128
allowing to pass Protocol Buffer messages directly instead of using
3229
`StandardSerializers#protobuf`. (#505)
30+
- `Message.Builder#setBody(byte[])` to avoid `ByteBuffer.wrap` in the client code. (#401)
31+
- `MapIndex.isEmpty()` method to check if MapIndex is empty. (#445)
32+
- Wallet transactions history support to the cryptocurrency-demo. (#481)
3333

3434
### Changed
3535
- `Transaction#execute` can throw `TransactionExecutionException` to roll back
3636
any changes to the database. The exception includes an error code and an optional
3737
description which the framework saves to the storage for later retrieval. (#392)
38-
- `ListProofValidator` returns an instance of `NavigableMap` instead of `Map`. (#457)
3938
- Refactor `exonum-java-proofs` module to `exonum-java-binding-common` module
4039
with `com.exonum.binding.common` root package so that more functionality
4140
is available to client applications with no dependency on `exonum-java-binding-core` (#459)
@@ -50,6 +49,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5049
- `ProofListIndexProxy#getProof` and `ProofListIndexProxy#getRangeProof` to return
5150
`UncheckedListProof` instead of `ListProof`. The latter is renamed into `ListProofNode`
5251
and may be accessed through `UncheckedListProof#getRootProofNode` (#516)
52+
- `ListProofValidator` returns an instance of `NavigableMap` instead of `Map`. (#457)
5353

5454
### Removed
5555
- `Hashing#toHexString`. (#379)

0 commit comments

Comments
 (0)