Skip to content

Commit

Permalink
Deployed ffdd4ec to master with MkDocs 1.4.2 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Apr 18, 2024
1 parent dc307d5 commit 99b1e1e
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 66 deletions.
91 changes: 35 additions & 56 deletions master/CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -389,13 +389,6 @@
Removed
</a>

</li>

<li class="md-nav__item">
<a href="#fixed" class="md-nav__link">
Fixed
</a>

</li>

</ul>
Expand All @@ -404,11 +397,11 @@
</li>

<li class="md-nav__item">
<a href="#800-rc1" class="md-nav__link">
8.0.0-rc1
<a href="#800" class="md-nav__link">
8.0.0
</a>

<nav class="md-nav" aria-label="8.0.0-rc1">
<nav class="md-nav" aria-label="8.0.0">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand Down Expand Up @@ -453,7 +446,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_1" class="md-nav__link">
<a href="#fixed" class="md-nav__link">
Fixed
</a>

Expand All @@ -480,7 +473,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_2" class="md-nav__link">
<a href="#fixed_1" class="md-nav__link">
Fixed
</a>

Expand All @@ -500,7 +493,7 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#fixed_3" class="md-nav__link">
<a href="#fixed_2" class="md-nav__link">
Fixed
</a>

Expand All @@ -520,7 +513,7 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#fixed_4" class="md-nav__link">
<a href="#fixed_3" class="md-nav__link">
Fixed
</a>

Expand Down Expand Up @@ -554,7 +547,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_5" class="md-nav__link">
<a href="#fixed_4" class="md-nav__link">
Fixed
</a>

Expand Down Expand Up @@ -588,7 +581,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_6" class="md-nav__link">
<a href="#fixed_5" class="md-nav__link">
Fixed
</a>

Expand Down Expand Up @@ -622,7 +615,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_7" class="md-nav__link">
<a href="#fixed_6" class="md-nav__link">
Fixed
</a>

Expand Down Expand Up @@ -1155,13 +1148,6 @@
Removed
</a>

</li>

<li class="md-nav__item">
<a href="#fixed" class="md-nav__link">
Fixed
</a>

</li>

</ul>
Expand All @@ -1170,11 +1156,11 @@
</li>

<li class="md-nav__item">
<a href="#800-rc1" class="md-nav__link">
8.0.0-rc1
<a href="#800" class="md-nav__link">
8.0.0
</a>

<nav class="md-nav" aria-label="8.0.0-rc1">
<nav class="md-nav" aria-label="8.0.0">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand Down Expand Up @@ -1219,7 +1205,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_1" class="md-nav__link">
<a href="#fixed" class="md-nav__link">
Fixed
</a>

Expand All @@ -1246,7 +1232,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_2" class="md-nav__link">
<a href="#fixed_1" class="md-nav__link">
Fixed
</a>

Expand All @@ -1266,7 +1252,7 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#fixed_3" class="md-nav__link">
<a href="#fixed_2" class="md-nav__link">
Fixed
</a>

Expand All @@ -1286,7 +1272,7 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#fixed_4" class="md-nav__link">
<a href="#fixed_3" class="md-nav__link">
Fixed
</a>

Expand Down Expand Up @@ -1320,7 +1306,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_5" class="md-nav__link">
<a href="#fixed_4" class="md-nav__link">
Fixed
</a>

Expand Down Expand Up @@ -1354,7 +1340,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_6" class="md-nav__link">
<a href="#fixed_5" class="md-nav__link">
Fixed
</a>

Expand Down Expand Up @@ -1388,7 +1374,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_7" class="md-nav__link">
<a href="#fixed_6" class="md-nav__link">
Fixed
</a>

Expand Down Expand Up @@ -1880,24 +1866,11 @@ <h1 id="changelog">Changelog</h1>
<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/v8.0.0-rc1...HEAD">Unreleased</a></h2>
<h2 id="unreleased"><a href="https://github.com/aeternity/aesophia/compare/v8.0.0...HEAD">Unreleased</a></h2>
<h3 id="added">Added</h3>
<ul>
<li>Support for OTP-27 - no changes in behavior.</li>
<li>Signature literals <code>sg_...</code> - they have type <code>signature</code> (which is an alias for <code>bytes(64)</code>).</li>
</ul>
<h3 id="changed">Changed</h3>
<ul>
<li>System aliases are handled explicitly when converting to a Sophia value, this is only
observable for <code>signature</code> where a value of type <code>signature</code> is now represented as a
(new) signature literal.</li>
</ul>
<h3 id="removed">Removed</h3>
<h3 id="fixed">Fixed</h3>
<ul>
<li>Allow self-qualification, i.e. referencing <code>X.foo</code> when in namespace <code>X</code>.</li>
</ul>
<h2 id="800-rc1"><a href="https://github.com/aeternity/aesophia/compare/v7.4.1...v8.0.0-rc1">8.0.0-rc1</a></h2>
<h2 id="800"><a href="https://github.com/aeternity/aesophia/compare/v7.4.1...v8.0.0">8.0.0</a></h2>
<h3 id="added_1">Added</h3>
<ul>
<li>Bitwise operations for integers: <code>band</code>, <code>bor</code>, <code>bxor</code>, <code>bnot</code>, <code>&lt;&lt;</code> and <code>&gt;&gt;</code>.</li>
Expand All @@ -1919,11 +1892,17 @@ <h3 id="added_1">Added</h3>
<li><code>Chain.network_id</code> - a function to get hold of the Chain's network id.</li>
<li>Allowing <code>Bytes.to_any_size</code> in calldata creation, to enable creation of arguments
with arbitray size.</li>
<li>Signature literals <code>sg_...</code> - they have type <code>signature</code> (which is an alias for <code>bytes(64)</code>).</li>
<li>Support for OTP-27 - no changes in behavior.</li>
</ul>
<h3 id="changed_1">Changed</h3>
<ul>
<li><code>Crypto.verify_sig</code> is changed to have <code>msg : bytes()</code>. I.e. the
signed data can be of any length (used to be limited to <code>bytes(32)</code>/<code>hash</code>).</li>
<li>System aliases are handled explicitly when converting to a Sophia value, this is only
observable for <code>signature</code> where a value of type <code>signature</code> is now represented as a
(new) signature literal.</li>
<li>Allow self-qualification, i.e. referencing <code>X.foo</code> when in namespace <code>X</code>.</li>
</ul>
<h3 id="removed_1">Removed</h3>
<ul>
Expand All @@ -1935,7 +1914,7 @@ <h3 id="changed_2">Changed</h3>
<li>Improve how includes with relative paths are resolved during parsing/compilation. Relative
include paths are now always relative to the file containing the <code>include</code> statement.</li>
</ul>
<h3 id="fixed_1">Fixed</h3>
<h3 id="fixed">Fixed</h3>
<ul>
<li>Disable unused type warnings for types used inside of records.</li>
</ul>
Expand All @@ -1945,18 +1924,18 @@ <h3 id="changed_3">Changed</h3>
<li>Names of lifted lambdas now consist of parent function's name and their
position in the source code.</li>
</ul>
<h3 id="fixed_2">Fixed</h3>
<h3 id="fixed_1">Fixed</h3>
<ul>
<li>Lifted lambdas get their names assigned deterministically.</li>
</ul>
<h2 id="730"><a href="https://github.com/aeternity/aesophia/compare/v7.2.1...v7.3.0">7.3.0</a></h2>
<h3 id="fixed_3">Fixed</h3>
<h3 id="fixed_2">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_4">Fixed</h3>
<h3 id="fixed_3">Fixed</h3>
<ul>
<li>Fixed bugs with the newly added debugging symbols</li>
</ul>
Expand All @@ -1975,7 +1954,7 @@ <h3 id="removed_2">Removed</h3>
<ul>
<li>Remove the mapping from variables to FATE registers from the compilation output.</li>
</ul>
<h3 id="fixed_5">Fixed</h3>
<h3 id="fixed_4">Fixed</h3>
<ul>
<li>Warning about unused include when there is no include.</li>
</ul>
Expand All @@ -1998,7 +1977,7 @@ <h3 id="changed_4">Changed</h3>
<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_6">Fixed</h3>
<h3 id="fixed_5">Fixed</h3>
<ul>
<li>Typechecker crashes if Chain.create or Chain.clone are used without arguments.</li>
</ul>
Expand All @@ -2011,7 +1990,7 @@ <h3 id="changed_5">Changed</h3>
<ul>
<li>Update Sophia syntax docs to include missing information about existing syntax.</li>
</ul>
<h3 id="fixed_7">Fixed</h3>
<h3 id="fixed_6">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>
Expand Down
2 changes: 1 addition & 1 deletion master/search/search_index.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions master/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,47 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>None</loc>
<lastmod>2024-04-10</lastmod>
<lastmod>2024-04-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-04-10</lastmod>
<lastmod>2024-04-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-04-10</lastmod>
<lastmod>2024-04-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-04-10</lastmod>
<lastmod>2024-04-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-04-10</lastmod>
<lastmod>2024-04-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-04-10</lastmod>
<lastmod>2024-04-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-04-10</lastmod>
<lastmod>2024-04-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-04-10</lastmod>
<lastmod>2024-04-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-04-10</lastmod>
<lastmod>2024-04-18</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified master/sitemap.xml.gz
Binary file not shown.

0 comments on commit 99b1e1e

Please sign in to comment.