Move changelog entry to 5.0

This commit is contained in:
Matthijs van den Bos 2019-07-15 19:23:57 +02:00 committed by Mike Hearn
parent af44dfa309
commit 1fc1e7d6c8

View File

@ -9,6 +9,8 @@ release, see :doc:`app-upgrade-notes`.
Version 5.0
-----------
* The MockNet now supports setting a custom Notary class name, as was already supported by normal node config. See :doc:`tutorial-custom-notary`.
* Introduced a new ``Destination`` abstraction for communicating with non-Party destinations using the new ``FlowLogic.initateFlow(Destination)``
method. ``Party`` and ``AnonymousParty`` have been retrofitted to implement ``Destination``. Initiating a flow to an ``AnonymousParty``
means resolving to the well-known identity ``Party`` and then communicating with that.
@ -41,8 +43,6 @@ Version 5.0
Version 4.2
-----------
* The MockNet now supports setting a custom Notary class name, as was already supported by normal node config. See :doc:`tutorial-custom-notary`.
* Contract attachments are now automatically whitelisted by the node if another contract attachment is present with the same contract classes,
signed by the same public keys, and uploaded by a trusted uploader. This allows the node to resolve transactions that use earlier versions
of a contract without having to manually install that version, provided a newer version is installed. Similarly, non-contract attachments
@ -395,4 +395,4 @@ Version 4.0
The only exception to this is ``Interpolator`` and related classes. These are now in the `IRS demo workflows CorDapp <https://github.com/corda/corda/tree/master/samples/irs-demo/cordapp/workflows-irs>`_.
* Vault states are migrated when moving from V3 to V4: the relevancy column is correctly filled, and the state party table is populated.
Note: This means Corda can be slow to start up for the first time after upgrading from V3 to V4.
Note: This means Corda can be slow to start up for the first time after upgrading from V3 to V4.