diff options
author | Jan Mercl <0xjnml@gmail.com> | 2020-09-08 13:31:08 +0200 |
---|---|---|
committer | Jan Mercl <0xjnml@gmail.com> | 2020-09-08 13:31:08 +0200 |
commit | 8be1ac0cdb4f2d4840f9d574d39a79eea0646c87 (patch) | |
tree | 6b4513bdc63b35eda354733035493dafa2f7706f /doc.go | |
parent | 0d7a76444703f3275f151543189c1ee16326e6c2 (diff) |
document new platform supportv1.6.1
Diffstat (limited to 'doc.go')
-rw-r--r-- | doc.go | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |