Skip to content

Commit ccd69ae

Browse files
Ilya Bogdanovskletsun
Ilya Bogdanov
authored andcommitted
Update Changelog for the 0.8.0 release (#1106)
1 parent 966895b commit ccd69ae

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

exonum-java-binding/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1515

1616
## [Unreleased]
1717

18+
## [0.8.0] - 2019-09-09
19+
20+
### Overview
21+
22+
This release brings mainly internal fixes and improvements. It is based on Exonum 0.12.
23+
1824
### Changed
1925
- `Ed25519CryptoFunction` to use the system libsodium by default. If libsodium is not installed,
2026
it will load the bundled library. (#991)
@@ -25,6 +31,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2531
`ProofListIndexProxy#getRootHash` and `ProofMapIndexProxy#getRootHash` are replaced with
2632
`CheckedProof#getIndexHash`, `ProofListIndexProxy#getIndexHash` and
2733
`ProofMapIndexProxy#getIndexHash` accordingly.
34+
- Network configuration workflow. `generate-config` subcommand now accepts a single parameter -
35+
output directory instead of separate parameters for private and public node configs. See
36+
[Tutorial](./core/rust/exonum-java/TUTORIAL.md) for updated instructions.
2837

2938
### Added
3039
- `stream` for sets: `KeySetIndex` and `ValueSetIndex`. (#1088)

0 commit comments

Comments
 (0)