Skip to content

Commit

Permalink
Update Changelog for the 0.8.0 release (#1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Bogdanov authored and skletsun committed Sep 6, 2019
1 parent 966895b commit ccd69ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions exonum-java-binding/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.8.0] - 2019-09-09

### Overview

This release brings mainly internal fixes and improvements. It is based on Exonum 0.12.

### Changed
- `Ed25519CryptoFunction` to use the system libsodium by default. If libsodium is not installed,
it will load the bundled library. (#991)
Expand All @@ -25,6 +31,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
`ProofListIndexProxy#getRootHash` and `ProofMapIndexProxy#getRootHash` are replaced with
`CheckedProof#getIndexHash`, `ProofListIndexProxy#getIndexHash` and
`ProofMapIndexProxy#getIndexHash` accordingly.
- Network configuration workflow. `generate-config` subcommand now accepts a single parameter -
output directory instead of separate parameters for private and public node configs. See
[Tutorial](./core/rust/exonum-java/TUTORIAL.md) for updated instructions.

### Added
- `stream` for sets: `KeySetIndex` and `ValueSetIndex`. (#1088)
Expand Down

0 comments on commit ccd69ae

Please sign in to comment.