|  | 
| 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.dev98 documentation</title> | 
|  | 7 | +  <title>Changelog — Amaranth language & toolchain 0.6.0.dev99 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=23a0f2b4"></script> | 
|  | 20 | +        <script src="_static/documentation_options.js?v=87d876ad"></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.dev98 | 
|  | 44 | +                0.6.0.dev99 | 
| 45 | 45 |               </div> | 
| 46 | 46 | <div role="search"> | 
| 47 | 47 |   <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> | 
| @@ -210,6 +210,7 @@ <h3>Standard library changes<a class="headerlink" href="#standard-library-change | 
| 210 | 210 | <ul class="simple"> | 
| 211 | 211 | <li><p>Added: <code class="code highlight py python docutils literal highlight-python"><span class="n">payload_init</span><span class="o">=</span></code> argument in <a class="reference internal" href="stdlib/stream.html#amaranth.lib.stream.Signature" title="amaranth.lib.stream.Signature"><code class="xref py py-class docutils literal notranslate"><span class="pre">amaranth.lib.stream.Signature</span></code></a>.</p></li> | 
| 212 | 212 | <li><p>Added: <a class="reference internal" href="stdlib/enum.html#amaranth.lib.enum.EnumView.matches" title="amaranth.lib.enum.EnumView.matches"><code class="xref py py-meth docutils literal notranslate"><span class="pre">enum.EnumView.matches()</span></code></a>. (<a class="reference external" href="https://amaranth-lang.org/rfcs/0071-enumview-matches.html">RFC 71</a>)</p></li> | 
|  | 213 | +<li><p>Added: <a class="reference internal" href="stdlib/data.html#amaranth.lib.data.Field" title="amaranth.lib.data.Field"><code class="xref py py-class docutils literal notranslate"><span class="pre">data.Field</span></code></a>, <a class="reference internal" href="stdlib/data.html#amaranth.lib.data.Layout" title="amaranth.lib.data.Layout"><code class="xref py py-class docutils literal notranslate"><span class="pre">data.Layout</span></code></a> and <a class="reference internal" href="stdlib/data.html#amaranth.lib.data.Const" title="amaranth.lib.data.Const"><code class="xref py py-class docutils literal notranslate"><span class="pre">data.Const</span></code></a> are hashable.</p></li> | 
| 213 | 214 | <li><p>Changed: (deprecated in 0.5.1) providing <a class="reference internal" href="stdlib/io.html#amaranth.lib.io.PortLike.__add__" title="amaranth.lib.io.PortLike.__add__"><code class="xref py py-meth docutils literal notranslate"><span class="pre">io.PortLike.__add__()</span></code></a> is now mandatory. (<a class="reference external" href="https://amaranth-lang.org/rfcs/0069-simulation-port.html">RFC 69</a>)</p></li> | 
| 214 | 215 | <li><p>Removed: (deprecated in 0.5.0) <code class="xref py py-mod docutils literal notranslate"><span class="pre">amaranth.lib.coding</span></code>. (<a class="reference external" href="https://amaranth-lang.org/rfcs/0063-remove-lib-coding.html">RFC 63</a>)</p></li> | 
| 215 | 216 | </ul> | 
|  | 
0 commit comments