Deployed 48ea80b with MkDocs version: 1.0.4

This commit is contained in:
Benjamin Sergeant
2020-01-28 10:50:14 -08:00
parent 88954f5bff
commit d8e0b70424
5 changed files with 12 additions and 9 deletions

View File

@ -94,6 +94,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="#801-2020-01-28">[8.0.1] - 2020-01-28</a></li>
<li><a href="#800-2020-01-26">[8.0.0] - 2020-01-26</a></li>
<li><a href="#796-2020-01-22">[7.9.6] - 2020-01-22</a></li>
<li><a href="#795-2020-01-14">[7.9.5] - 2020-01-14</a></li>
@ -188,6 +189,8 @@
<h1 id="changelog">Changelog</h1>
<p>All changes to this project will be documented in this file.</p>
<h2 id="801-2020-01-28">[8.0.1] - 2020-01-28</h2>
<p>Fix bug #151 - If a socket connection is interrupted, calling stop() on the IXWebSocket object blocks until the next retry</p>
<h2 id="800-2020-01-26">[8.0.0] - 2020-01-26</h2>
<p>(SocketServer) add ability to bind on an ipv6 address</p>
<h2 id="796-2020-01-22">[7.9.6] - 2020-01-22</h2>