Deployed 432f057 with MkDocs version: 1.1

This commit is contained in:
2020-04-14 04:57:01 +00:00
parent 18b64f6fb5
commit 4e9f164e4a
4 changed files with 8 additions and 2 deletions

View File

@ -95,6 +95,10 @@
<li class="nav-item" data-level="1"><a href="#changelog" class="nav-link">Changelog</a> <li class="nav-item" data-level="1"><a href="#changelog" class="nav-link">Changelog</a>
<ul class="nav flex-column"> <ul class="nav flex-column">
<li class="nav-item" data-level="2"><a href="#925-2020-04-13" class="nav-link">[9.2.5] - 2020-04-13</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#924-2020-04-13" class="nav-link">[9.2.4] - 2020-04-13</a> <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 class="nav flex-column">
</ul> </ul>
@ -652,6 +656,8 @@
<h1 id="changelog">Changelog</h1> <h1 id="changelog">Changelog</h1>
<p>All changes to this project will be documented in this file.</p> <p>All changes to this project will be documented in this file.</p>
<h2 id="925-2020-04-13">[9.2.5] - 2020-04-13</h2>
<p>(websocket) WebSocketMessagePtr is a unique_ptr instead of a shared_ptr</p>
<h2 id="924-2020-04-13">[9.2.4] - 2020-04-13</h2> <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> <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> <h2 id="923-2020-04-13">[9.2.3] - 2020-04-13</h2>

View File

@ -263,5 +263,5 @@ webSocket.send(&quot;hello world&quot;);
<!-- <!--
MkDocs version : 1.1 MkDocs version : 1.1
Build Date UTC : 2020-04-14 04:39:07 Build Date UTC : 2020-04-14 04:57:01
--> -->

File diff suppressed because one or more lines are too long

Binary file not shown.