|
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.dev213 documentation</title> |
| 7 | + <title>Changelog — Amaranth language & toolchain 0.5.0.dev214 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=910f4163"></script> |
| 20 | + <script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=5a86d1ae"></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.dev213+gf21d3d0 |
| 44 | + 0.5.0.dev214+g0e6d802 |
45 | 45 | </div> |
46 | 46 | <div role="search"> |
47 | 47 | <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> |
@@ -173,6 +173,7 @@ <h3>Implemented RFCs<a class="headerlink" href="#implemented-rfcs" title="Permal |
173 | 173 | <li><p><a class="reference external" href="https://amaranth-lang.org/rfcs/0050-print.html">RFC 50</a>: <code class="docutils literal notranslate"><span class="pre">Print</span></code> statement and string formatting</p></li> |
174 | 174 | <li><p><a class="reference external" href="https://amaranth-lang.org/rfcs/0051-const-from-bits.html">RFC 51</a>: Add <code class="docutils literal notranslate"><span class="pre">ShapeCastable.from_bits</span></code> and <code class="docutils literal notranslate"><span class="pre">amaranth.lib.data.Const</span></code></p></li> |
175 | 175 | <li><p><a class="reference external" href="https://amaranth-lang.org/rfcs/0053-ioport.html">RFC 53</a>: Low-level I/O primitives</p></li> |
| 176 | +<li><p><a class="reference external" href="https://amaranth-lang.org/rfcs/0058-valuecastable-format.html">RFC 58</a>: Core support for <code class="docutils literal notranslate"><span class="pre">ValueCastable</span></code> formatting</p></li> |
176 | 177 | <li><p><a class="reference external" href="https://amaranth-lang.org/rfcs/0059-no-domain-upwards-propagation.html">RFC 59</a>: Get rid of upwards propagation of clock domains</p></li> |
177 | 178 | <li><p><a class="reference external" href="https://amaranth-lang.org/rfcs/0062-memory-data.html">RFC 62</a>: The <cite>MemoryData`</cite> class</p></li> |
178 | 179 | </ul> |
|
0 commit comments