mirror of
https://github.com/corda/corda.git
synced 2025-04-07 11:27:01 +00:00
Remove notes concerning the next release.
This commit is contained in:
parent
b177345106
commit
5e49519827
@ -3,16 +3,6 @@ Changelog
|
||||
|
||||
Here are brief summaries of what's changed between each snapshot release. This includes guidance on how to upgrade code from the previous milestone release.
|
||||
|
||||
UNRELEASED
|
||||
----------
|
||||
|
||||
* API changes:
|
||||
* ``PluginServiceHub.registerServiceFlow`` has been deprecated and replaced by ``registerServiceFlow`` with the
|
||||
marker Class restricted to ``FlowLogic``.
|
||||
|
||||
* ``FlowLogic.getCounterpartyMarker`` is no longer used and been deprecated for removal. If you were using this to
|
||||
manage multiple independent message streams with the same party in the same flow then use sub-flows instead.
|
||||
|
||||
Milestone 11.0
|
||||
--------------
|
||||
|
||||
|
@ -3,14 +3,6 @@ Release notes
|
||||
|
||||
Here are release notes for each snapshot release from M9 onwards.
|
||||
|
||||
Unreleased
|
||||
----------
|
||||
|
||||
Flows can now be versioned using the ``FlowVersion`` annotation, which assigns an integer version number to it. For now
|
||||
this enables a node to restrict usage of a flow to a specific version. Support for multiple verisons of the same flow,
|
||||
hence achieving backwards compatibility, will be possible once we start loading CorDapps in separate class loaders. Watch
|
||||
this space...
|
||||
|
||||
Milestone 11
|
||||
------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user