diff options
Diffstat (limited to 'doc/CHANGELOG.html')
| -rw-r--r-- | doc/CHANGELOG.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/CHANGELOG.html b/doc/CHANGELOG.html index 63f2ac6b..c0cfb213 100644 --- a/doc/CHANGELOG.html +++ b/doc/CHANGELOG.html @@ -235,7 +235,7 @@ dd { <div id="toc" class="toc"> <div id="toctitle">Table of Contents</div> <ul class="sectlevel1"> -<li><a href="#_share_v0_15_0_2020_05_xx">share v0.15.0 (2020-05-xx)</a> +<li><a href="#_share_v0_15_0_2020_05_04">share v0.15.0 (2020-05-04)</a> <ul class="sectlevel2"> <li><a href="#_breaking_changes">Breaking changes</a></li> <li><a href="#_new_features">New features</a></li> @@ -373,7 +373,7 @@ dd { </div> </div> <div class="sect1"> -<h2 id="_share_v0_15_0_2020_05_xx">share v0.15.0 (2020-05-xx)</h2> +<h2 id="_share_v0_15_0_2020_05_04">share v0.15.0 (2020-05-04)</h2> <div class="sectionbody"> <div class="sect2"> <h3 id="_breaking_changes">Breaking changes</h3> @@ -427,19 +427,19 @@ to iterate each node in the tree from top to bottom.</pre> <div class="ulist"> <ul> <li> -<p>big: return false if Rat is nil on IsGreaterThanZero</p> +<p>big: return "0" instead of "<nil>" on Rat.String()</p> </li> <li> -<p>websocket: add routine that send PING control frame on Connect</p> +<p>big: return false if Rat is nil on IsGreaterThanZero</p> </li> <li> -<p>websocket: add method to gracefully Close the client connection</p> +<p>http: add parameter to set default client's headers</p> </li> <li> -<p>http: add parameter to set default client's headers</p> +<p>websocket: add method to gracefully Close the client connection</p> </li> <li> -<p>big: return "0" instead of "<nil>" on Rat.String()</p> +<p>websocket: add routine that send PING control frame on Connect</p> </li> </ul> </div> |
