Deployed 6054dd4 with MkDocs version: 1.0.4

This commit is contained in:
Benjamin Sergeant
2019-11-27 09:10:09 -08:00
parent f9ca44b474
commit f0600152f7
11 changed files with 321 additions and 10 deletions

View File

@ -55,6 +55,9 @@
<li >
<a href="../build/">Build</a>
</li>
<li >
<a href="../cobra/">Cobra</a>
</li>
<li >
<a href="../design/">Design</a>
</li>
@ -91,6 +94,11 @@
<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="#740-2019-11-25">[7.4.0] - 2019-11-25</a></li>
<li><a href="#735-2019-11-20">[7.3.5] - 2019-11-20</a></li>
<li><a href="#734-2019-11-20">[7.3.4] - 2019-11-20</a></li>
<li><a href="#731-2019-11-16">[7.3.1] - 2019-11-16</a></li>
<li><a href="#730-2019-11-15">[7.3.0] - 2019-11-15</a></li>
<li><a href="#722-2019-11-01">[7.2.2] - 2019-11-01</a></li>
<li><a href="#721-2019-10-26">[7.2.1] - 2019-10-26</a></li>
<li><a href="#720-2019-10-24">[7.2.0] - 2019-10-24</a></li>
@ -143,6 +151,27 @@
<h1 id="changelog">Changelog</h1>
<p>All notable changes to this project will be documented in this file.</p>
<h2 id="740-2019-11-25">[7.4.0] - 2019-11-25</h2>
<ul>
<li>(http client) Add support for multipart HTTP POST upload</li>
<li>(ixsentry) Add support for uploading a minidump to sentry</li>
</ul>
<h2 id="735-2019-11-20">[7.3.5] - 2019-11-20</h2>
<ul>
<li>On Darwin SSL, add ability to skip peer verification.</li>
</ul>
<h2 id="734-2019-11-20">[7.3.4] - 2019-11-20</h2>
<ul>
<li>32-bits compile fix, courtesy of @fcojavmc</li>
</ul>
<h2 id="731-2019-11-16">[7.3.1] - 2019-11-16</h2>
<ul>
<li>ws proxy_server / remote server close not forwarded to the client</li>
</ul>
<h2 id="730-2019-11-15">[7.3.0] - 2019-11-15</h2>
<ul>
<li>New ws command: <code>ws proxy_server</code>.</li>
</ul>
<h2 id="722-2019-11-01">[7.2.2] - 2019-11-01</h2>
<ul>
<li>Tag a release + minor reformating.</li>