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 1 commit
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)
- `exonum-java-proofs` module becomes `exonum-java-binding-common` module
with `com.exonum.binding.common` root package. (#459)
- Refactor`crypto` package to `exonum-java-binding-common` module. (#467)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shan't we go here with a hierarchical lists:

  • exonum-java-proofs module becomes exonum-java-binding-common module:
    • Move X to Y

- Refactor`hash` package to `exonum-java-binding-common` module. (#469)
- Refactor`Transaction` classes to the new `transaction` package. (#469)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move Transaction-related classes?

+ double space "to the"
+ no space (here and elsewhere) after "Refactor"

- Refactor`messages` package to `message` package in `exonum-java-binding-common` module. (#469)
- Refactor`proofs` package to `com.exonum.binding.common` package. (#469)
- Refactor`serialization` package to `com.exonum.binding.common` package. (#469)

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