|
4 | 4 | <meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
5 | 5 |
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7 |
| - <title>Changelog — Amaranth language & toolchain 0.5.0.dev326 documentation</title> |
| 7 | + <title>Changelog — Amaranth language & toolchain 0.5.0.dev327 documentation</title> |
8 | 8 | <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
|
9 | 9 | <link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
|
10 | 10 | <link rel="stylesheet" type="text/css" href="_static/platformpicker.css" />
|
|
17 | 17 |
|
18 | 18 | <script src="_static/jquery.js?v=5d32c60e"></script>
|
19 | 19 | <script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
20 |
| - <script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=1583e548"></script> |
| 20 | + <script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=b1fb6151"></script> |
21 | 21 | <script src="_static/doctools.js?v=888ff710"></script>
|
22 | 22 | <script src="_static/sphinx_highlight.js?v=4825356b"></script>
|
23 | 23 | <script src="_static/platformpicker.js"></script>
|
|
41 | 41 | <img src="_static/logo.png" class="logo" alt="Logo"/>
|
42 | 42 | </a>
|
43 | 43 | <div class="version">
|
44 |
| - 0.5.0.dev326 |
| 44 | + 0.5.0.dev327 |
45 | 45 | </div>
|
46 | 46 | <div role="search">
|
47 | 47 | <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
|
64 | 64 | <li class="toctree-l2"><a class="reference internal" href="platform.html">Platform integration</a></li>
|
65 | 65 | <li class="toctree-l2 current"><a class="current reference internal" href="#">Changelog</a><ul>
|
66 | 66 | <li class="toctree-l3"><a class="reference internal" href="#documentation-for-past-releases">Documentation for past releases</a></li>
|
67 |
| -<li class="toctree-l3"><a class="reference internal" href="#version-0-5-unreleased">Version 0.5 (unreleased)</a><ul> |
| 67 | +<li class="toctree-l3"><a class="reference internal" href="#version-0-5">Version 0.5</a><ul> |
68 | 68 | <li class="toctree-l4"><a class="reference internal" href="#migrating-from-version-0-4">Migrating from version 0.4</a></li>
|
69 | 69 | <li class="toctree-l4"><a class="reference internal" href="#implemented-rfcs">Implemented RFCs</a></li>
|
70 | 70 | <li class="toctree-l4"><a class="reference internal" href="#language-changes">Language changes</a></li>
|
@@ -141,8 +141,8 @@ <h2>Documentation for past releases<a class="headerlink" href="#documentation-fo
|
141 | 141 | <li><p><a class="reference external" href="https://amaranth-lang.org/docs/amaranth/v0.3/">Amaranth 0.3</a></p></li>
|
142 | 142 | </ul>
|
143 | 143 | </section>
|
144 |
| -<section id="version-0-5-unreleased"> |
145 |
| -<h2>Version 0.5 (unreleased)<a class="headerlink" href="#version-0-5-unreleased" title="Permalink to this heading"></a></h2> |
| 144 | +<section id="version-0-5"> |
| 145 | +<h2>Version 0.5<a class="headerlink" href="#version-0-5" title="Permalink to this heading"></a></h2> |
146 | 146 | <p>The Migen compatibility layer has been removed.</p>
|
147 | 147 | <section id="migrating-from-version-0-4">
|
148 | 148 | <h3>Migrating from version 0.4<a class="headerlink" href="#migrating-from-version-0-4" title="Permalink to this heading"></a></h3>
|
|
0 commit comments