From 6ec3a208ed0245f57f8cb9b1604ff6fc403523a7 Mon Sep 17 00:00:00 2001 From: Andrius Dagys Date: Thu, 24 Jan 2019 21:42:34 +0000 Subject: [PATCH] ENT-2822 - Add a note about experimental notary upgradability (#4599) --- docs/source/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index d16cbb4b53..62541eeb50 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -77,7 +77,7 @@ Version 4.0 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. + 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. * New "validate-configuration" sub-command to `corda.jar`, allowing to validate the actual node configuration without starting the node.