|
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.6.0.dev107 documentation</title> |
| 7 | + <title>Changelog — Amaranth language & toolchain 0.6.0.dev108 documentation</title> |
8 | 8 | <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" /> |
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 src="_static/documentation_options.js?v=d44cdf1f"></script> |
| 20 | + <script src="_static/documentation_options.js?v=3c567cdd"></script> |
21 | 21 | <script src="_static/doctools.js?v=9a2dae69"></script> |
22 | 22 | <script src="_static/sphinx_highlight.js?v=dc90522c"></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.6.0.dev107 |
| 44 | + 0.6.0.dev108 |
45 | 45 | </div> |
46 | 46 | <div role="search"> |
47 | 47 | <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> |
|
72 | 72 | <li class="toctree-l4"><a class="reference internal" href="#platform-integration-changes">Platform integration changes</a></li> |
73 | 73 | </ul> |
74 | 74 | </li> |
| 75 | +<li class="toctree-l3"><a class="reference internal" href="#version-0-5-8">Version 0.5.8</a></li> |
75 | 76 | <li class="toctree-l3"><a class="reference internal" href="#version-0-5-7">Version 0.5.7</a><ul> |
76 | 77 | <li class="toctree-l4"><a class="reference internal" href="#id1">Platform integration changes</a></li> |
77 | 78 | </ul> |
@@ -164,6 +165,7 @@ <h1>Changelog<a class="headerlink" href="#changelog" title="Link to this heading |
164 | 165 | <h2>Documentation for past releases<a class="headerlink" href="#documentation-for-past-releases" title="Link to this heading"></a></h2> |
165 | 166 | <p>Documentation for past releases of the Amaranth language and toolchain is available online:</p> |
166 | 167 | <ul class="simple"> |
| 168 | +<li><p><a class="reference external" href="https://amaranth-lang.org/docs/amaranth/v0.5.8/">Amaranth 0.5.8</a></p></li> |
167 | 169 | <li><p><a class="reference external" href="https://amaranth-lang.org/docs/amaranth/v0.5.7/">Amaranth 0.5.7</a></p></li> |
168 | 170 | <li><p><a class="reference external" href="https://amaranth-lang.org/docs/amaranth/v0.5.6/">Amaranth 0.5.6</a></p></li> |
169 | 171 | <li><p><a class="reference external" href="https://amaranth-lang.org/docs/amaranth/v0.5.5/">Amaranth 0.5.5</a></p></li> |
@@ -240,6 +242,10 @@ <h3>Platform integration changes<a class="headerlink" href="#platform-integratio |
240 | 242 | </ul> |
241 | 243 | </section> |
242 | 244 | </section> |
| 245 | +<section id="version-0-5-8"> |
| 246 | +<h2>Version 0.5.8<a class="headerlink" href="#version-0-5-8" title="Link to this heading"></a></h2> |
| 247 | +<p>Updated to address compatibility with Python 3.14.</p> |
| 248 | +</section> |
243 | 249 | <section id="version-0-5-7"> |
244 | 250 | <h2>Version 0.5.7<a class="headerlink" href="#version-0-5-7" title="Link to this heading"></a></h2> |
245 | 251 | <section id="id1"> |
|
0 commit comments