Skip to content

Commit

Permalink
Merge pull request #57 from ddnlink/dev
Browse files Browse the repository at this point in the history
Update CHAINGELOG.md to release v3.2.0
  • Loading branch information
imfly authored Feb 10, 2020
2 parents 209f780 + 4c7558f commit b750f3f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [3.2.0](https://github.com/ddnlink/ddn/compare/v3.1.0...v3.2.0) (2020-02-10)

### Features

* update to v3.2.0 that delete all the ddn prefix ([c700347](https://github.com/ddnlink/ddn/commit/c700347))
* **ddn-asset-*:** improve DDN asset to make its development configuration simpler ([dc1e902](https://github.com/ddnlink/ddn/commit/dc1e902))
* **ddn-cli:** change command line tools ddn-cli to ddn, and add generating blockchain from template ([d46d3f9](https://github.com/ddnlink/ddn/commit/d46d3f9))
* **ddn-crypto:** add ddn-crypto module to handle all the functions of encryption and decryption ([2c60168](https://github.com/ddnlink/ddn/commit/2c60168))

### improvement

* **ddn-crypto:** change js-nacl to tweetnacl.js etc ([a3ad7ad](https://github.com/ddnlink/ddn/commit/a3ad7ad))

### BREAKING CHANGES

* All modules are in @ddn with no ddn prefix, and command line has the same name ddn.
* **ddn-crypto:** Improved encryption algorithm, unified encryption management and improved
comprehensive performance
* **ddn-crypto:** Focus on Cryptography
* **ddn-cli:** 1. change command line tool ddn-cli to ddn;2. Add new functions

## [3.1.1](https://github.com/ddnlink/ddn/compare/v3.1.0...v3.1.1) (2020-01-16)

### Features
Expand Down

0 comments on commit b750f3f

Please sign in to comment.