aboutsummaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc.go b/doc.go
index c65d91a..ccabe3c 100644
--- a/doc.go
+++ b/doc.go
@@ -7,6 +7,10 @@
//
// Changelog
//
+// 2020-09-08 v1.7.0:
+//
+// Support linux/arm and linux/arm64.
+//
// 2020-09-08 v1.6.0:
//
// Support linux/386.
@@ -91,11 +95,11 @@
//
// linux 386
// linux amd64
+// linux arm
+// linux arm64
//
// Planned platforms and architectures
//
-// linux arm
-// linux arm64
// windows 386
// windows amd64
//