From 08e7eb1a576c2548f8b834b6a3cb9a51c93618e4 Mon Sep 17 00:00:00 2001 From: Chris Rankin Date: Thu, 20 Apr 2017 15:25:27 +0100 Subject: [PATCH] Fix M11 changelog entry for DemoBench (#563) Renaming DemoBench installation is not an API change. --- docs/source/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 --------------