diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 0c35bef1d8..127dd8da78 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -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 -------------- diff --git a/docs/source/release-notes.rst b/docs/source/release-notes.rst index 28135c1985..8777cfd97d 100644 --- a/docs/source/release-notes.rst +++ b/docs/source/release-notes.rst @@ -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 ------------