Skip to content

Commit

Permalink
add --version command to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
yusefnapora committed Feb 13, 2017
1 parent 990f237 commit 21185c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ aleph-v1.6.0
mcclient:
- Added `manifest lookup` command to list signed manifests for a given entity id [PR #175](https://github.com/mediachain/aleph/pull/175)
- Added `net find` command to discover peers via DHT rendezvous [PR #180](https://github.com/mediachain/aleph/pull/180)
- Added `mcclient --version` command to print current version [PR #170](https://github.com/mediachain/aleph/pull/170)

aleph:
- Friendlier REPL interactions thanks to internal refactor of Statement and QueryResult types [PR #177](https://github.com/mediachain/aleph/pull/177)
- Added `aleph --version` command to print current version [PR #170](https://github.com/mediachain/aleph/pull/170)
- Internal refactor of classes used for signature calculation / verification [PR #168](https://github.com/mediachain/aleph/pull/168)
- Refactored Statement API to have clear distinction between signed and unsigned Statements [PR #179](https://github.com/mediachain/aleph/pull/179)
- Added JSDoc comments to most public classes and methods in `src/peer`, with generated HTML API docs [PR #182]
Expand Down

0 comments on commit 21185c1

Please sign in to comment.