Changelog update for #713 (#801)

Signed-off-by: Usman Saleem <usman@usmans.info>
pull/809/head
Usman Saleem 5 years ago committed by GitHub
parent 5a4edf3237
commit 4655fa4923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      CHANGELOG.md

@ -1,5 +1,18 @@
# Changelog
## 1.4.5
### Additions and Improvements
- Introduced SecurityModule plugin API. This allows use of a different security module as a plugin to
provide cryptographic function that can be used by NodeKey (such as sign, ECDHKeyAgreement etc.). KeyPairSecurityModule
is registered and used by default. The CLI option `--security-module=<name> (defaults to localfile)` can be used
to identify the security module plugin name to use instead. [\#713](https://github.com/hyperledger/besu/pull/713)
### Bug Fixes
-
## 1.4.4
### Additions and Improvements

Loading…
Cancel
Save