Deployed d706a4a with MkDocs version: 1.1.2

This commit is contained in:
2021-03-20 16:51:01 +00:00
parent 621994d06e
commit 9fb6e42c6f
6 changed files with 17 additions and 11 deletions

View File

@ -95,6 +95,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="#1111-2021-03-20" class="nav-link">[11.1.1] - 2021-03-20</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#1110-2021-03-16" class="nav-link">[11.1.0] - 2021-03-16</a>
<ul class="nav flex-column">
</ul>
@ -1120,6 +1124,8 @@
<h1 id="changelog">Changelog</h1>
<p>All changes to this project will be documented in this file.</p>
<h2 id="1111-2021-03-20">[11.1.1] - 2021-03-20</h2>
<p>(cmake) Library can be built as a static or a dynamic library, controlled with BUILD_SHARED_LIBS. Default to static library</p>
<h2 id="1110-2021-03-16">[11.1.0] - 2021-03-16</h2>
<p>(ixwebsocket) Use LEAN_AND_MEAN Windows define to help with undefined link error when building a DLL. Support websocket server disablePerMessageDeflate option correctly.</p>
<h2 id="1109-2021-03-07">[11.0.9] - 2021-03-07</h2>