Deployed 74aff54 to master with MkDocs 1.2.4 and mike 1.0.1

This commit is contained in:
GitHub Action
2022-04-12 09:40:57 +00:00
parent ed59f97a76
commit 7dfc5766c9
5 changed files with 22 additions and 10 deletions
+3
View File
@@ -1306,6 +1306,9 @@ and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semant
<h3 id="added">Added</h3>
<ul>
<li>Compiler warnings for the follwing: shadowing, negative spends, division by zero, unused functions, unused includes, unused stateful annotations, unused variables, unused parameters, unused user-defined type, dead return value.</li>
<li>The pipe operator |&gt;
<div class="highlight"><pre><span></span><code>[1, 2, 3] |&gt; List.first |&gt; Option.is_some // Option.is_some(List.first([1, 2, 3]))
</code></pre></div></li>
</ul>
<h3 id="changed">Changed</h3>
<ul>