diff options
Diffstat (limited to 'CHANGELOG.html')
| -rw-r--r-- | CHANGELOG.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.html b/CHANGELOG.html index 2151454e..d3942ce9 100644 --- a/CHANGELOG.html +++ b/CHANGELOG.html @@ -29,7 +29,7 @@ <div id="toc" class="toc"> <div id="toctitle">Table of Contents</div> <ul class="sectlevel1"> -<li><a href="#_share_v0_10_0_2019_11_xx">share v0.10.0 (2019-11-xx)</a> +<li><a href="#_share_v0_10_0_2019_11_05">share v0.10.0 (2019-11-05)</a> <ul class="sectlevel2"> <li><a href="#_new_features">New Features</a></li> <li><a href="#_breaking_changes">Breaking Changes</a></li> @@ -116,7 +116,7 @@ </div> </div> <div class="sect1"> -<h2 id="_share_v0_10_0_2019_11_xx">share v0.10.0 (2019-11-xx)</h2> +<h2 id="_share_v0_10_0_2019_11_05">share v0.10.0 (2019-11-05)</h2> <div class="sectionbody"> <div class="sect2"> <h3 id="_new_features">New Features</h3> @@ -185,6 +185,12 @@ <li> <p>strings: fix logic of Split function</p> </li> +<li> +<p>websocket: set the response ID after calling handler on handleText</p> +</li> +<li> +<p>websocket: wrap the response with frame on sendResponse</p> +</li> </ul> </div> </div> |
