Add a note to the changelog indicating issuableCurrencies is now part of the workflows config (#4787)

This commit is contained in:
JamesHR3 2019-02-19 10:52:09 +00:00 committed by Gavin Thomas
parent 2eb6169a11
commit 36665e114b

View File

@ -252,6 +252,7 @@ Version 4.0
* Introduced a placeholder for custom properties within ``node.conf``; the property key is "custom".
* The deprecated web server now has its own ``web-server.conf`` file, separate from ``node.conf``.
* Property keys with double quotes (e.g. "key") in ``node.conf`` are no longer allowed, for rationale refer to :doc:`corda-configuration-file`.
* The ``issuableCurrencies`` property is no longer valid for ``node.conf``. Instead, it has been moved to the finance workflows CorDapp configuration.
* Added public support for creating ``CordaRPCClient`` using SSL. For this to work the node needs to provide client applications
a certificate to be added to a truststore. See :doc:`tutorial-clientrpc-api`