Deployed 8fda7cb with MkDocs version: 1.0.4

This commit is contained in:
Benjamin Sergeant
2019-10-16 10:19:27 -08:00
parent c880faa5ff
commit bd01be61d2
6 changed files with 23 additions and 8 deletions

View File

@ -91,6 +91,7 @@
<div class="col-md-3"><div class="bs-sidebar hidden-print affix well" role="complementary">
<ul class="nav bs-sidenav">
<li class="main active"><a href="#changelog">Changelog</a></li>
<li><a href="#710-2019-10-13">[7.1.0] - 2019-10-13</a></li>
<li><a href="#700-2019-10-01">[7.0.0] - 2019-10-01</a></li>
<li><a href="#634-2019-09-30">[6.3.4] - 2019-09-30</a></li>
<li><a href="#633-2019-09-30">[6.3.3] - 2019-09-30</a></li>
@ -139,6 +140,10 @@
<h1 id="changelog">Changelog</h1>
<p>All notable changes to this project will be documented in this file.</p>
<h2 id="710-2019-10-13">[7.1.0] - 2019-10-13</h2>
<ul>
<li>Add client support for websocket subprotocol. Look for the new addSubProtocol method for details.</li>
</ul>
<h2 id="700-2019-10-01">[7.0.0] - 2019-10-01</h2>
<ul>
<li>TLS support in server code, only implemented for the OpenSSL SSL backend for now.</li>