CORDA-1494: Update changelog (#3344)

This commit is contained in:
Andrius Dagys 2018-06-12 08:50:26 +01:00 committed by GitHub
parent 5cc52d10fb
commit 8087f3c5d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,10 @@ Unreleased
* Improved audit trail for ``FinalityFlow`` and related sub-flows.
* Notary client flow retry logic was improved to handle validating flows better. Instead of re-sending flow messages the
entire flow is now restarted after a timeout. The relevant node configuration section was renamed from ``p2pMessagingRetry``,
to ``flowTimeout`` to reflect the behaviour change.
* The node's configuration is only printed on startup if ``devMode`` is ``true``, avoiding the risk of printing passwords
in a production setup.