Deployed 43c8328 to master with MkDocs 1.4.2 and mike 1.1.2

This commit is contained in:
GitHub Action 2023-06-29 11:46:55 +00:00
parent d7436dce28
commit 7cfe77e9aa
4 changed files with 65 additions and 20 deletions

View File

@ -401,6 +401,26 @@
</ul> </ul>
</nav> </nav>
</li>
<li class="md-nav__item">
<a href="#721" class="md-nav__link">
7.2.1
</a>
<nav class="md-nav" aria-label="7.2.1">
<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>
<li class="md-nav__item"> <li class="md-nav__item">
@ -426,7 +446,7 @@
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#fixed_1" class="md-nav__link"> <a href="#fixed_2" class="md-nav__link">
Fixed Fixed
</a> </a>
@ -460,7 +480,7 @@
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#fixed_2" class="md-nav__link"> <a href="#fixed_3" class="md-nav__link">
Fixed Fixed
</a> </a>
@ -494,7 +514,7 @@
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#fixed_3" class="md-nav__link"> <a href="#fixed_4" class="md-nav__link">
Fixed Fixed
</a> </a>
@ -1039,6 +1059,26 @@
</ul> </ul>
</nav> </nav>
</li>
<li class="md-nav__item">
<a href="#721" class="md-nav__link">
7.2.1
</a>
<nav class="md-nav" aria-label="7.2.1">
<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>
<li class="md-nav__item"> <li class="md-nav__item">
@ -1064,7 +1104,7 @@
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#fixed_1" class="md-nav__link"> <a href="#fixed_2" class="md-nav__link">
Fixed Fixed
</a> </a>
@ -1098,7 +1138,7 @@
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#fixed_2" class="md-nav__link"> <a href="#fixed_3" class="md-nav__link">
Fixed Fixed
</a> </a>
@ -1132,7 +1172,7 @@
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#fixed_3" class="md-nav__link"> <a href="#fixed_4" class="md-nav__link">
Fixed Fixed
</a> </a>
@ -1624,11 +1664,16 @@
<p>All notable changes to this project will be documented in this file.</p> <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>, <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> 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.0...HEAD">Unreleased</a></h2> <h2 id="unreleased"><a href="https://github.com/aeternity/aesophia/compare/v7.2.1...HEAD">Unreleased</a></h2>
<h3 id="added">Added</h3> <h3 id="added">Added</h3>
<h3 id="changed">Changed</h3> <h3 id="changed">Changed</h3>
<h3 id="removed">Removed</h3> <h3 id="removed">Removed</h3>
<h3 id="fixed">Fixed</h3> <h3 id="fixed">Fixed</h3>
<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>
<ul>
<li>Fixed bugs with the newly added debugging symbols</li>
</ul>
<h2 id="720"><a href="https://github.com/aeternity/aesophia/compare/v7.1.0...v7.2.0">7.2.0</a></h2> <h2 id="720"><a href="https://github.com/aeternity/aesophia/compare/v7.1.0...v7.2.0">7.2.0</a></h2>
<h3 id="added_1">Added</h3> <h3 id="added_1">Added</h3>
<ul> <ul>
@ -1644,7 +1689,7 @@ contract C =
<ul> <ul>
<li>Remove the mapping from variables to FATE registers from the compilation output.</li> <li>Remove the mapping from variables to FATE registers from the compilation output.</li>
</ul> </ul>
<h3 id="fixed_1">Fixed</h3> <h3 id="fixed_2">Fixed</h3>
<ul> <ul>
<li>Warning about unused include when there is no include.</li> <li>Warning about unused include when there is no include.</li>
</ul> </ul>
@ -1667,7 +1712,7 @@ contract C =
<li>Contracts can no longer be used as namespaces.</li> <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> <li>Do not show unused stateful warning for functions that call other contracts with a non-zero value argument.</li>
</ul> </ul>
<h3 id="fixed_2">Fixed</h3> <h3 id="fixed_3">Fixed</h3>
<ul> <ul>
<li>Typechecker crashes if Chain.create or Chain.clone are used without arguments.</li> <li>Typechecker crashes if Chain.create or Chain.clone are used without arguments.</li>
</ul> </ul>
@ -1680,7 +1725,7 @@ contract C =
<ul> <ul>
<li>Update Sophia syntax docs to include missing information about existing syntax.</li> <li>Update Sophia syntax docs to include missing information about existing syntax.</li>
</ul> </ul>
<h3 id="fixed_3">Fixed</h3> <h3 id="fixed_4">Fixed</h3>
<ul> <ul>
<li><a href="https://github.com/aeternity/aesophia/issues/404">404</a> Contract polymorphism crashes on non-obvious child contract typing.</li> <li><a href="https://github.com/aeternity/aesophia/issues/404">404</a> Contract polymorphism crashes on non-obvious child contract typing.</li>
</ul> </ul>

File diff suppressed because one or more lines are too long

View File

@ -2,47 +2,47 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2023-06-28</lastmod> <lastmod>2023-06-29</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2023-06-28</lastmod> <lastmod>2023-06-29</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2023-06-28</lastmod> <lastmod>2023-06-29</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2023-06-28</lastmod> <lastmod>2023-06-29</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2023-06-28</lastmod> <lastmod>2023-06-29</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2023-06-28</lastmod> <lastmod>2023-06-29</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2023-06-28</lastmod> <lastmod>2023-06-29</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2023-06-28</lastmod> <lastmod>2023-06-29</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2023-06-28</lastmod> <lastmod>2023-06-29</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
</urlset> </urlset>

Binary file not shown.