Deployed 6794851 to master with MkDocs 1.4.2 and mike 1.1.2

This commit is contained in:
GitHub Action 2023-08-24 09:00:09 +00:00
parent aa42a753e2
commit d31a2e04fc
3 changed files with 56 additions and 14 deletions

View File

@ -401,6 +401,26 @@
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#730" class="md-nav__link">
[7.3.0]
</a>
<nav class="md-nav" aria-label="[7.3.0]">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#fixed_1" class="md-nav__link">
Fixed
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
@ -412,7 +432,7 @@
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#fixed_1" class="md-nav__link">
<a href="#fixed_2" class="md-nav__link">
Fixed
</a>
@ -446,7 +466,7 @@
</li>
<li class="md-nav__item">
<a href="#fixed_2" class="md-nav__link">
<a href="#fixed_3" class="md-nav__link">
Fixed
</a>
@ -480,7 +500,7 @@
</li>
<li class="md-nav__item">
<a href="#fixed_3" class="md-nav__link">
<a href="#fixed_4" class="md-nav__link">
Fixed
</a>
@ -514,7 +534,7 @@
</li>
<li class="md-nav__item">
<a href="#fixed_4" class="md-nav__link">
<a href="#fixed_5" class="md-nav__link">
Fixed
</a>
@ -1059,6 +1079,26 @@
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#730" class="md-nav__link">
[7.3.0]
</a>
<nav class="md-nav" aria-label="[7.3.0]">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#fixed_1" class="md-nav__link">
Fixed
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
@ -1070,7 +1110,7 @@
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#fixed_1" class="md-nav__link">
<a href="#fixed_2" class="md-nav__link">
Fixed
</a>
@ -1104,7 +1144,7 @@
</li>
<li class="md-nav__item">
<a href="#fixed_2" class="md-nav__link">
<a href="#fixed_3" class="md-nav__link">
Fixed
</a>
@ -1138,7 +1178,7 @@
</li>
<li class="md-nav__item">
<a href="#fixed_3" class="md-nav__link">
<a href="#fixed_4" class="md-nav__link">
Fixed
</a>
@ -1172,7 +1212,7 @@
</li>
<li class="md-nav__item">
<a href="#fixed_4" class="md-nav__link">
<a href="#fixed_5" class="md-nav__link">
Fixed
</a>
@ -1664,17 +1704,19 @@
<p>All notable changes to this project will be documented in this file.</p>
<p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>,
and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
<h2 id="unreleased"><a href="https://github.com/aeternity/aesophia/compare/v7.2.1...HEAD">Unreleased</a></h2>
<h2 id="unreleased"><a href="https://github.com/aeternity/aesophia/compare/v7.3.0...HEAD">Unreleased</a></h2>
<h3 id="added">Added</h3>
<h3 id="changed">Changed</h3>
<h3 id="removed">Removed</h3>
<h3 id="fixed">Fixed</h3>
<h2 id="730">[7.3.0]</h2>
<h3 id="fixed_1">Fixed</h3>
<ul>
<li>Fixed a bug with polymorphism that allowed functions with the same name but different type to be considered as implementations for their corresponding interface function.</li>
<li>Fixed a bug in the byte code optimization that incorrectly reordered dependent instructions.</li>
</ul>
<h2 id="721"><a href="https://github.com/aeternity/aesophia/compare/v7.2.0...v7.2.1">7.2.1</a></h2>
<h3 id="fixed_1">Fixed</h3>
<h3 id="fixed_2">Fixed</h3>
<ul>
<li>Fixed bugs with the newly added debugging symbols</li>
</ul>
@ -1693,7 +1735,7 @@ contract C =
<ul>
<li>Remove the mapping from variables to FATE registers from the compilation output.</li>
</ul>
<h3 id="fixed_2">Fixed</h3>
<h3 id="fixed_3">Fixed</h3>
<ul>
<li>Warning about unused include when there is no include.</li>
</ul>
@ -1716,7 +1758,7 @@ contract C =
<li>Contracts can no longer be used as namespaces.</li>
<li>Do not show unused stateful warning for functions that call other contracts with a non-zero value argument.</li>
</ul>
<h3 id="fixed_3">Fixed</h3>
<h3 id="fixed_4">Fixed</h3>
<ul>
<li>Typechecker crashes if Chain.create or Chain.clone are used without arguments.</li>
</ul>
@ -1729,7 +1771,7 @@ contract C =
<ul>
<li>Update Sophia syntax docs to include missing information about existing syntax.</li>
</ul>
<h3 id="fixed_4">Fixed</h3>
<h3 id="fixed_5">Fixed</h3>
<ul>
<li><a href="https://github.com/aeternity/aesophia/issues/404">404</a> Contract polymorphism crashes on non-obvious child contract typing.</li>
</ul>

File diff suppressed because one or more lines are too long

Binary file not shown.