diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index ad7dd8c3a3..c259a9bb45 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -12,10 +12,10 @@ UNRELEASED * Added ``CompositeSignature`` and ``CompositeSignatureData`` as part of enabling ``java.security`` classes to work with composite keys and signatures. - * DemoBench is now installed as ``Corda DemoBench`` instead of ``DemoBench``. - * Starting a flow no longer enables progress tracking by default. To enable it, you must now invoke your flow using one of the new ``CordaRPCOps.startTrackedFlow`` functions. ``FlowHandle`` is now an interface, and its ``progress: Observable`` field has been moved to the ``FlowProgressHandle`` child interface. Hence developers no longer need to invoke ``notUsed`` on their flows' unwanted progress-tracking observables. +* DemoBench is now installed as ``Corda DemoBench`` instead of ``DemoBench``. + Milestone 10.0 --------------