aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Mercl <0xjnml@gmail.com>2020-09-08 13:31:08 +0200
committerJan Mercl <0xjnml@gmail.com>2020-09-08 13:31:08 +0200
commit8be1ac0cdb4f2d4840f9d574d39a79eea0646c87 (patch)
tree6b4513bdc63b35eda354733035493dafa2f7706f
parent0d7a76444703f3275f151543189c1ee16326e6c2 (diff)
document new platform supportv1.6.1
-rw-r--r--doc.go6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc.go b/doc.go
index 14333b0..a477633 100644
--- a/doc.go
+++ b/doc.go
@@ -7,6 +7,10 @@
//
// Changelog
//
+// 2020-09-03 v1.6.0:
+//
+// Support linux/386.
+//
// 2020-09-03 v1.5.0:
//
// This project is now completely CGo-free, including the Tcl tests.
@@ -85,11 +89,11 @@
//
// These combinations of GOOS and GOARCH are currently supported
//
+// linux 386
// linux amd64
//
// Planned platforms and architectures
//
-// linux 386
// linux arm
// linux arm64
// windows 386