aboutsummaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorJan Mercl <0xjnml@gmail.com>2020-09-13 15:31:23 +0200
committerJan Mercl <0xjnml@gmail.com>2020-09-13 15:31:23 +0200
commitf228816300a40a6f8cd90293a629fffad952c6ce (patch)
treed04998fba318c25f03d98220e225678a061326e8 /doc.go
parent1a09ae480f6b16fb7690999ed66be5c58981c9d0 (diff)
support linux/arm{,64}v1.7.0
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
//