aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2019-07-09 22:15:35 +0700
committerShulhan <ms@kilabit.info>2019-07-09 22:18:58 +0700
commit2edb40e760e26284eaa14bfdc1744349e9889b9d (patch)
treefc099755391a6799c2949072b60a51acb95e0446 /CHANGELOG.adoc
parentdc709c767b73a6582416cc98e880ffdc96003dee (diff)
downloadpakakeh.go-0.8.0.tar.xz
share v0.8.0v0.8.0
=== Breaking changes * All ASCII related contants and functions now being moved from `bytes` package to `ascii` package. === New Features * ascii: new library for working with ASCII characters === Enhancements * dns: add method to restart forwarders * dns: add fallback nameservers * ini: create new section or variable if not exist on Set
Diffstat (limited to 'CHANGELOG.adoc')
-rw-r--r--CHANGELOG.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index a47c3e4b..9210b591 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -4,7 +4,7 @@
This library is released each month, either at the end of month or at the
first week of next month.
-== share v0.8.0 (2019-07-xx)
+== share v0.8.0 (2019-07-09)
=== Breaking changes