From def621ad0d6acd39d85c3290b27986102856ae4b Mon Sep 17 00:00:00 2001 From: Clinton Alexander Date: Fri, 6 Jan 2017 17:09:37 +0000 Subject: [PATCH] Release notes updated. --- docs/source/release-notes.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/release-notes.rst b/docs/source/release-notes.rst index 133ca26f20..4b2353c04c 100644 --- a/docs/source/release-notes.rst +++ b/docs/source/release-notes.rst @@ -15,7 +15,7 @@ Milestone 7 * Video demonstration of the Node Explorer: `https://www.corda.net/2017/01/03/the-node-explorer/`_. * The CorDapp template now has a Java example that parallels the Kotlin one for developers more comfortable with Java. - ORM support added to the pair of examples. + ORM support added to the Kotlin example. * Demos: @@ -33,11 +33,11 @@ Milestone 7 This also means that nodes or RPC users cannot pretend to be other nodes or RPC users. * The node now does host verification of any node that connects to it and prevents man in the middle attacks. - * Improvements: - * Added a custom serialiser for CompositeKey. - * Added commonName extension method to X500Name and helper class for x509 cert factories. - * Vault updates now contain full StateAndRef which allows subscribers to check whether the update contains + + * Added a custom serialiser for ``CompositeKey``. + * Added ``commonName`` extension method to ``X500Name`` and helper class for x509 cert factories. + * Vault updates now contain full ``StateAndRef`` which allows subscribers to check whether the update contains relevant states. * Cash balances are calculated using aggregate values to prevent iterating through all states in the vault, which improves performance.