Deployed 37a0547
with MkDocs version: 1.1
This commit is contained in:
parent
c865455a94
commit
18b64f6fb5
@ -95,6 +95,14 @@
|
||||
|
||||
<li class="nav-item" data-level="1"><a href="#changelog" class="nav-link">Changelog</a>
|
||||
<ul class="nav flex-column">
|
||||
<li class="nav-item" data-level="2"><a href="#924-2020-04-13" class="nav-link">[9.2.4] - 2020-04-13</a>
|
||||
<ul class="nav flex-column">
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-item" data-level="2"><a href="#923-2020-04-13" class="nav-link">[9.2.3] - 2020-04-13</a>
|
||||
<ul class="nav flex-column">
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-item" data-level="2"><a href="#922-2020-04-04" class="nav-link">[9.2.2] - 2020-04-04</a>
|
||||
<ul class="nav flex-column">
|
||||
</ul>
|
||||
@ -644,6 +652,10 @@
|
||||
|
||||
<h1 id="changelog">Changelog</h1>
|
||||
<p>All changes to this project will be documented in this file.</p>
|
||||
<h2 id="924-2020-04-13">[9.2.4] - 2020-04-13</h2>
|
||||
<p>(websocket) use persistent member variable as temp variables to encode/decode zlib messages in order to reduce transient allocations</p>
|
||||
<h2 id="923-2020-04-13">[9.2.3] - 2020-04-13</h2>
|
||||
<p>(ws) add a --runtime option to ws cobra_subscribe to optionally limit how much time it will run</p>
|
||||
<h2 id="922-2020-04-04">[9.2.2] - 2020-04-04</h2>
|
||||
<p>(third_party deps) fix #177, update bundled spdlog to 1.6.0</p>
|
||||
<h2 id="921-2020-04-04">[9.2.1] - 2020-04-04</h2>
|
||||
|
@ -263,5 +263,5 @@ webSocket.send("hello world");
|
||||
|
||||
<!--
|
||||
MkDocs version : 1.1
|
||||
Build Date UTC : 2020-04-11 20:32:58
|
||||
Build Date UTC : 2020-04-14 04:39:07
|
||||
-->
|
||||
|
File diff suppressed because one or more lines are too long
16
sitemap.xml
16
sitemap.xml
@ -1,35 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-04-11</lastmod>
|
||||
<lastmod>2020-04-14</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-04-11</lastmod>
|
||||
<lastmod>2020-04-14</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-04-11</lastmod>
|
||||
<lastmod>2020-04-14</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-04-11</lastmod>
|
||||
<lastmod>2020-04-14</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-04-11</lastmod>
|
||||
<lastmod>2020-04-14</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-04-11</lastmod>
|
||||
<lastmod>2020-04-14</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-04-11</lastmod>
|
||||
<lastmod>2020-04-14</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-04-11</lastmod>
|
||||
<lastmod>2020-04-14</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in New Issue
Block a user