Deployed 43c8328 to master with MkDocs 1.4.2 and mike 1.1.2
This commit is contained in:
parent
d7436dce28
commit
7cfe77e9aa
@ -401,6 +401,26 @@
|
||||
</ul>
|
||||
</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 class="md-nav__item">
|
||||
@ -426,7 +446,7 @@
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#fixed_1" class="md-nav__link">
|
||||
<a href="#fixed_2" class="md-nav__link">
|
||||
Fixed
|
||||
</a>
|
||||
|
||||
@ -460,7 +480,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>
|
||||
|
||||
@ -494,7 +514,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>
|
||||
|
||||
@ -1039,6 +1059,26 @@
|
||||
</ul>
|
||||
</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 class="md-nav__item">
|
||||
@ -1064,7 +1104,7 @@
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#fixed_1" class="md-nav__link">
|
||||
<a href="#fixed_2" class="md-nav__link">
|
||||
Fixed
|
||||
</a>
|
||||
|
||||
@ -1098,7 +1138,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>
|
||||
|
||||
@ -1132,7 +1172,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>
|
||||
|
||||
@ -1624,11 +1664,16 @@
|
||||
<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.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="changed">Changed</h3>
|
||||
<h3 id="removed">Removed</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>
|
||||
<h3 id="added_1">Added</h3>
|
||||
<ul>
|
||||
@ -1644,7 +1689,7 @@ contract C =
|
||||
<ul>
|
||||
<li>Remove the mapping from variables to FATE registers from the compilation output.</li>
|
||||
</ul>
|
||||
<h3 id="fixed_1">Fixed</h3>
|
||||
<h3 id="fixed_2">Fixed</h3>
|
||||
<ul>
|
||||
<li>Warning about unused include when there is no include.</li>
|
||||
</ul>
|
||||
@ -1667,7 +1712,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_2">Fixed</h3>
|
||||
<h3 id="fixed_3">Fixed</h3>
|
||||
<ul>
|
||||
<li>Typechecker crashes if Chain.create or Chain.clone are used without arguments.</li>
|
||||
</ul>
|
||||
@ -1680,7 +1725,7 @@ contract C =
|
||||
<ul>
|
||||
<li>Update Sophia syntax docs to include missing information about existing syntax.</li>
|
||||
</ul>
|
||||
<h3 id="fixed_3">Fixed</h3>
|
||||
<h3 id="fixed_4">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
@ -2,47 +2,47 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2023-06-28</lastmod>
|
||||
<lastmod>2023-06-29</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2023-06-28</lastmod>
|
||||
<lastmod>2023-06-29</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2023-06-28</lastmod>
|
||||
<lastmod>2023-06-29</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2023-06-28</lastmod>
|
||||
<lastmod>2023-06-29</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2023-06-28</lastmod>
|
||||
<lastmod>2023-06-29</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2023-06-28</lastmod>
|
||||
<lastmod>2023-06-29</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2023-06-28</lastmod>
|
||||
<lastmod>2023-06-29</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2023-06-28</lastmod>
|
||||
<lastmod>2023-06-29</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2023-06-28</lastmod>
|
||||
<lastmod>2023-06-29</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user