Deployed 8f51345 with MkDocs version: 1.1.2

This commit is contained in:
2020-11-15 17:57:36 +00:00
parent bbb76a7e13
commit db7e879578
5 changed files with 17 additions and 11 deletions

View File

@ -98,6 +98,10 @@
<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="#1102-2020-11-15" class="nav-link">[11.0.2] - 2020-11-15</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#1101-2020-11-11" class="nav-link">[11.0.1] - 2020-11-11</a>
<ul class="nav flex-column">
</ul>
@ -1087,6 +1091,8 @@
<h1 id="changelog">Changelog</h1>
<p>All changes to this project will be documented in this file.</p>
<h2 id="1102-2020-11-15">[11.0.2] - 2020-11-15</h2>
<p>(ixwebsocket) use a C++11 compatible make_unique shim</p>
<h2 id="1101-2020-11-11">[11.0.1] - 2020-11-11</h2>
<p>(socket) replace a std::vector with an std::array used as a tmp buffer in Socket::readBytes</p>
<h2 id="1100-2020-11-11">[11.0.0] - 2020-11-11</h2>