Fix M11 changelog entry for DemoBench (#563)

Renaming DemoBench installation is not an API change.
This commit is contained in:
Chris Rankin 2017-04-20 15:25:27 +01:00 committed by GitHub
parent c692a39e62
commit 08e7eb1a57

View File

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