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 /CHANGELOG.adoc | |
| 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
Diffstat (limited to 'CHANGELOG.adoc')
| -rw-r--r-- | CHANGELOG.adoc | 3 |
1 files changed, 2 insertions, 1 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 |
