|
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.dev9 documentation</title> |
| 7 | + <title>Changelog — Amaranth language & toolchain 0.6.0.dev10 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=29ca16a1"></script> |
| 20 | + <script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=4a5a9f97"></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.6.0.dev9 |
| 44 | + 0.6.0.dev10 |
45 | 45 | </div> |
46 | 46 | <div role="search"> |
47 | 47 | <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> |
@@ -153,11 +153,13 @@ <h2>Version 0.6 (unreleased)<a class="headerlink" href="#version-0-6-unreleased" |
153 | 153 | <h3>Language changes<a class="headerlink" href="#language-changes" title="Permalink to this heading"></a></h3> |
154 | 154 | <ul class="simple"> |
155 | 155 | <li><p>Changed: overriding <code class="xref py py-meth docutils literal notranslate"><span class="pre">ValueCastable.from_bits()</span></code> is now mandatory. (<a class="reference external" href="https://amaranth-lang.org/rfcs/0051-const-from-bits.html">RFC 51</a>)</p></li> |
| 156 | +<li><p>Deprecated: the <code class="code highlight py python docutils literal highlight-python"><span class="n">local</span><span class="o">=</span></code> argument to <code class="xref py py-class docutils literal notranslate"><span class="pre">ClockDomain</span></code>. (<a class="reference external" href="https://amaranth-lang.org/rfcs/0059-no-domain-upwards-propagation.html">RFC 59</a>)</p></li> |
156 | 157 | <li><p>Removed: (deprecated in 0.4) <code class="xref py py-class docutils literal notranslate"><span class="pre">Record</span></code>.</p></li> |
157 | 158 | <li><p>Removed: (deprecated in 0.5) <code class="xref py py-class docutils literal notranslate"><span class="pre">Memory</span></code> (<a class="reference external" href="https://amaranth-lang.org/rfcs/0045-lib-memory.html">RFC 45</a>)</p></li> |
158 | 159 | <li><p>Removed: (deprecated in 0.5) public submodules of <a class="reference internal" href="reference.html#module-amaranth.hdl" title="amaranth.hdl"><code class="xref py py-mod docutils literal notranslate"><span class="pre">amaranth.hdl</span></code></a>.</p></li> |
159 | 160 | <li><p>Removed: (deprecated in 0.5) <code class="xref py py-meth docutils literal notranslate"><span class="pre">Value.implies()</span></code>.</p></li> |
160 | | -<li><p>Removed: (deprecated in 0.5) <code class="xref py py-meth docutils literal notranslate"><span class="pre">Const.width()</span></code>, <code class="xref py py-meth docutils literal notranslate"><span class="pre">Const.signed()</span></code>, <code class="xref py py-meth docutils literal notranslate"><span class="pre">Signal.width()</span></code>, <code class="xref py py-meth docutils literal notranslate"><span class="pre">Signal.signed()</span></code></p></li> |
| 161 | +<li><p>Removed: (deprecated in 0.5) <code class="xref py py-meth docutils literal notranslate"><span class="pre">Const.width()</span></code>, <code class="xref py py-meth docutils literal notranslate"><span class="pre">Const.signed()</span></code>, <code class="xref py py-meth docutils literal notranslate"><span class="pre">Signal.width()</span></code>, <code class="xref py py-meth docutils literal notranslate"><span class="pre">Signal.signed()</span></code>.</p></li> |
| 162 | +<li><p>Removed: (deprecated in 0.5) upwards propagation of clock domains. (<a class="reference external" href="https://amaranth-lang.org/rfcs/0059-no-domain-upwards-propagation.html">RFC 59</a>)</p></li> |
161 | 163 | </ul> |
162 | 164 | </section> |
163 | 165 | <section id="standard-library-changes"> |
|
0 commit comments