Deployed c75959f with MkDocs version: 1.0.4

This commit is contained in:
Benjamin Sergeant
2019-12-03 16:02:42 -08:00
parent 3a77248222
commit 3436608f30
4 changed files with 7 additions and 2 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="#744-2019-12-03">[7.4.4] - 2019-12-03</a></li>
<li><a href="#743-2019-12-03">[7.4.3] - 2019-12-03</a></li>
<li><a href="#742-2019-12-02">[7.4.2] - 2019-12-02</a></li>
<li><a href="#741-2019-12-02">[7.4.1] - 2019-12-02</a></li>
@ -154,6 +155,10 @@
<h1 id="changelog">Changelog</h1>
<p>All notable changes to this project will be documented in this file.</p>
<h2 id="744-2019-12-03">[7.4.4] - 2019-12-03</h2>
<ul>
<li>(ws) #125 / cmake detects an already installed jsoncpp and will try to use this one if present</li>
</ul>
<h2 id="743-2019-12-03">[7.4.3] - 2019-12-03</h2>
<ul>
<li>(http client) use std::unordered_map instead of std::map for HttpParameters and HttpFormDataParameters class aliases</li>