Deployed bfe0212 with MkDocs version: 1.0.4

This commit is contained in:
Benjamin Sergeant
2019-12-03 09:28:36 -08:00
parent 8ac11111d1
commit 3a77248222
10 changed files with 45 additions and 40 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="#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>
<li><a href="#740-2019-11-25">[7.4.0] - 2019-11-25</a></li>
@ -153,6 +154,10 @@
<h1 id="changelog">Changelog</h1>
<p>All notable changes to this project will be documented in this file.</p>
<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>
</ul>
<h2 id="742-2019-12-02">[7.4.2] - 2019-12-02</h2>
<ul>
<li>(client) internal IXDNSLookup class requires a valid cancellation request function callback to be passed in</li>