Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog update for #459, #467 and #469 PRs #472

Merged
merged 3 commits into from
Sep 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
any changes to the database. The exception includes an error code and an optional
description which the framework saves to the storage for later retrieval. (#392)
- `ListProofValidator` returns an instance of `NavigableMap` instead of `Map`. (#457)
- Refactor `exonum-java-proofs` module to `exonum-java-binding-common` module
with `com.exonum.binding.common` root package. (#459)
- Move `crypto` package to `exonum-java-binding-common` module. (#467)
- Move `hash` package to `exonum-java-binding-common` module. (#469)
- Move `Transaction`-related classes to the new `transaction` package. (#469)
- Move `messages` package to `message` package in `exonum-java-binding-common` module. (#469)
- Move `proofs` package to `com.exonum.binding.common` package. (#469)
- Move `serialization` package to `com.exonum.binding.common` package. (#469)

### Removed
- `Hashing#toHexString`. (#379)
Expand Down