From 786c6c0bd9537674d68203166b6c2615bab3c7b2 Mon Sep 17 00:00:00 2001 From: Sally MacFarlane Date: Wed, 29 Apr 2020 12:02:39 +1000 Subject: [PATCH] added help msg to changelog (#809) Signed-off-by: Sally MacFarlane --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b8c3abbe..c2b722d8bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ 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= (defaults to localfile)` can be used to identify the security module plugin name to use instead. [\#713](https://github.com/hyperledger/besu/pull/713) - +- Full help not displayed unless explicitly requested. [\#791](https://github.com/hyperledger/besu/pull/791) ### Bug Fixes -