Remove notes concerning the next release.

This commit is contained in:
Chris Rankin 2017-05-03 11:49:43 +01:00
parent b177345106
commit 5e49519827
2 changed files with 0 additions and 18 deletions

View File

@ -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
--------------

View File

@ -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
------------