Docs regen.

This commit is contained in:
Clinton Alexander
2017-02-22 10:59:02 +00:00
parent 91a72bb345
commit 9a2963bca9
5238 changed files with 51569 additions and 24707 deletions

View File

@ -34,9 +34,6 @@
<link rel="index" title="Index"
href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/>
<link rel="top" title="R3 Corda latest documentation" href="index.html"/>
<link rel="next" title="Code style guide" href="codestyle.html"/>
<link rel="prev" title="Release process" href="release-process.html"/>
@ -139,6 +136,7 @@ API reference: <a href="api/kotlin/corda/index.html">Kotlin</a>/ <a href="api/ja
<li class="toctree-l1"><a class="reference internal" href="tutorial-contract.html">Writing a contract</a></li>
<li class="toctree-l1"><a class="reference internal" href="tutorial-contract-clauses.html">Writing a contract using clauses</a></li>
<li class="toctree-l1"><a class="reference internal" href="tutorial-test-dsl.html">Writing a contract test</a></li>
<li class="toctree-l1"><a class="reference internal" href="contract-upgrade.html">Upgrading Contracts</a></li>
<li class="toctree-l1"><a class="reference internal" href="tutorial-integration-testing.html">Integration testing</a></li>
<li class="toctree-l1"><a class="reference internal" href="tutorial-clientrpc-api.html">Client RPC API tutorial</a></li>
<li class="toctree-l1"><a class="reference internal" href="tutorial-building-transactions.html">Building transactions</a></li>
@ -168,6 +166,7 @@ API reference: <a href="api/kotlin/corda/index.html">Kotlin</a>/ <a href="api/ja
<li class="toctree-l1"><a class="reference internal" href="secure-coding-guidelines.html">Secure coding guidelines</a></li>
<li class="toctree-l1"><a class="reference internal" href="release-process.html">Release process</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Release notes</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#milestone-9">Milestone 9</a></li>
<li class="toctree-l2"><a class="reference internal" href="#milestone-8">Milestone 8</a></li>
<li class="toctree-l2"><a class="reference internal" href="#milestone-7">Milestone 7</a></li>
<li class="toctree-l2"><a class="reference internal" href="#milestone-6">Milestone 6</a></li>
@ -235,6 +234,21 @@ API reference: <a href="api/kotlin/corda/index.html">Kotlin</a>/ <a href="api/ja
<div class="section" id="release-notes">
<h1>Release notes<a class="headerlink" href="#release-notes" title="Permalink to this headline"></a></h1>
<p>Here are brief summaries of what&#8217;s changed between each snapshot release.</p>
<div class="section" id="milestone-9">
<h2>Milestone 9<a class="headerlink" href="#milestone-9" title="Permalink to this headline"></a></h2>
<ul>
<li><p class="first">API:</p>
<blockquote>
<div><ul class="simple">
<li>Pseudonymous <code class="docutils literal"><span class="pre">AnonymousParty</span></code> class added as a superclass of <code class="docutils literal"><span class="pre">Party</span></code>.</li>
<li>Split <code class="docutils literal"><span class="pre">CashFlow</span></code> into individual <code class="docutils literal"><span class="pre">CashIssueFlow</span></code>, <code class="docutils literal"><span class="pre">CashPaymentFlow</span></code> and <code class="docutils literal"><span class="pre">CashExitFlow</span></code> flows, so that fine
grained permissions can be applied. Added <code class="docutils literal"><span class="pre">CashFlowCommand</span></code> for use-cases where cash flow triggers need to be
captured in an object that can be passed around.</li>
</ul>
</div></blockquote>
</li>
</ul>
</div>
<div class="section" id="milestone-8">
<h2>Milestone 8<a class="headerlink" href="#milestone-8" title="Permalink to this headline"></a></h2>
<ul>