From b0eb85b4cf010d2b25d95f3ec582afd12c06d0bf Mon Sep 17 00:00:00 2001 From: Andrius Dagys Date: Mon, 28 Jan 2019 15:41:11 +0100 Subject: [PATCH] DOCS - Changelog typo fix (#4649) --- docs/source/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 86e5a33aed..5d311fd35c 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -98,8 +98,8 @@ Version 4.0 * Introduced new optional network bootstrapper command line options (--register-package-owner, --unregister-package-owner) to register/unregister a java package namespace with an associated owner in the network parameter packageOwnership whitelist. -* BFT-Smart and Raft notary implementations have been move to the ``net.corda.notary.experimental`` package to emphasise - their experimental nature. Note that it not possible to preserve the state for both types of notaries when upgrading from V3 or an earlier Corda version. +* BFT-Smart and Raft notary implementations have been moved to the ``net.corda.notary.experimental`` package to emphasise + their experimental nature. Note that it is not possible to preserve the state for both types of notaries when upgrading from V3 or an earlier Corda version. * New "validate-configuration" sub-command to `corda.jar`, allowing to validate the actual node configuration without starting the node.