aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2019-06-14 16:20:16 +0700
committerShulhan <ms@kilabit.info>2019-06-14 16:20:16 +0700
commit66faa3559f8d49a1efe0710f18c90eb9d08b59e4 (patch)
treef7c0887a00c91bc2db0fb0e20817a7a4f12a989b
parentadc700912f9da26c517c8130558d6eb972a51079 (diff)
downloadpakakeh.go-66faa3559f8d49a1efe0710f18c90eb9d08b59e4.tar.xz
CHANGELOG: preparing for release v0.7.0
-rw-r--r--CHANGELOG.adoc42
1 files changed, 42 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 608dcdf3..a1d422aa 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -4,6 +4,48 @@
This library is released each month, either at the end of month or at the
first week of next month.
+== share v0.7.0 (2019-06-14)
+
+This release bring major refactoring on `ini` package to provide a clean and
+simple API.
+
+=== Breaking Changes
+
+* ini: major refactoring
+* net: add parameter to check Fully Qualified Domain Name on IsHostnameValid
+
+=== New Features
+
+* spf: implementation of Sender Policy Framework (RFC 7208)
+* ssh: package ssh provide a wrapper to golang.org/x/crypto/ssh
+
+=== Enhancements
+
+* dns: add function to lookup PTR record by IP address
+* dns: export Lookup method as part of Client interface
+* doc: regenerate to use new style
+* http: print the not-found path on Server's getFSNode()
+* ini: add method Vars that return all variables as map
+* ini: add method to Rebase other INI object
+* ini: add method to add, set, and unset variable
+* ini: add method to convert key-value to map
+* ini: add method to get section object by section and/or subsection name
+* ini: add method to get variable values as slice of string
+* ini: add method to prune INI variables
+* ini: add methods to support templating
+* io: add function to check if content of file is binary
+* net: add function to check if IP address is IPv4 or IPv6
+* net: add function to convert IPv6 into dot format
+* ns: set log flag to 0, without time prefix
+* strings: add function to append uniq values to slice of strings
+
+=== Bug Fixes
+
+* io: watch changes on sub of sub directories on DirWatcher
+* dns: substract the message TTL when the answer found on cache
+* dns: always return true when answers RR exist and no TTL is zero
+
+
== share v0.6.1 (2019-05-11)
* `memfs`: