diff options
| author | Shulhan <ms@kilabit.info> | 2019-02-01 06:13:24 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2019-02-01 06:18:20 +0700 |
| commit | 45a23e05d85eac33e1a4b44c0888be5d91a73cdb (patch) | |
| tree | 00bf6d0745de6698019f2001332957023d975681 | |
| parent | dcab721774ac83d6832c61c48b8a06f273c85cf7 (diff) | |
| download | pakakeh.go-0.3.0.tar.xz | |
Release share v0.3.0v0.3.0
=== Features Changes
* `lib/debug`: add function to write heap profile to file
* `lib/debug`: add type to store relative and difference on memory heap
* `lib/dns`: remove request pool
* `lib/dns`: export the connection field on UDPClient
* `lib/dns`: add type of connection
* `lib/http`: add parameter http.ResponseWriter to Callback.
* `lib/http`: the RegisterXxx functions now use the Endpoint type.
=== Enhancements
* Various fixes suggested by linters
* doc: add four summary and notes about DKIM
* doc: add summary of Simple Authentication and Security Layer (SASL)
* doc: add summary on SMTP over TLS (RFC3207)
* doc: add notes for Internet Message Format (RFC 5322)
* doc: add documentation for SMTP and DSN
=== Fixes
* `lib/git`: fix testdata and test input
| -rw-r--r-- | CHANGELOG.adoc | 3 | ||||
| -rw-r--r-- | CHANGELOG.html | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 064086ea..87870770 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -4,7 +4,8 @@ This library is released each month, either at the end of month or at the first week of next month. -== share v0.3.0 (2019-xx-xx) + +== share v0.3.0 (2019-02-01) === Features Changes diff --git a/CHANGELOG.html b/CHANGELOG.html index 00db4f34..ed26e508 100644 --- a/CHANGELOG.html +++ b/CHANGELOG.html @@ -15,7 +15,7 @@ <div id="toc" class="toc"> <div id="toctitle">Table of Contents</div> <ul class="sectlevel1"> -<li><a href="#_share_v0_3_0_2019_xx_xx">share v0.3.0 (2019-xx-xx)</a> +<li><a href="#_share_v0_3_0_2019_02_01">share v0.3.0 (2019-02-01)</a> <ul class="sectlevel2"> <li><a href="#_features_changes">Features Changes</a></li> <li><a href="#_enhancements">Enhancements</a></li> @@ -42,7 +42,7 @@ first week of next month.</p> </div> </div> <div class="sect1"> -<h2 id="_share_v0_3_0_2019_xx_xx">share v0.3.0 (2019-xx-xx)</h2> +<h2 id="_share_v0_3_0_2019_02_01">share v0.3.0 (2019-02-01)</h2> <div class="sectionbody"> <div class="sect2"> <h3 id="_features_changes">Features Changes</h3> @@ -165,7 +165,7 @@ and several libraries.</p> </div> <div id="footer"> <div id="footer-text"> -Last updated 2019-01-31 10:11:25 +0700 +Last updated 2019-02-01 06:12:17 +0700 </div> </div> </body> |
