add windows/amd64 support, updates #23

This commit is contained in:
Jan Mercl
2021-06-13 18:48:40 +02:00
parent 296a92e469
commit 3bc18f992d

6
doc.go
View File

@@ -15,6 +15,10 @@
// //
// Changelog // Changelog
// //
// 2021-06-13 v1.11.0:
//
// Support windows/amd64.
//
// 2021-05-06 v1.10.6: // 2021-05-06 v1.10.6:
// //
// Fixes a memory corruption issue // Fixes a memory corruption issue
@@ -125,11 +129,11 @@
// linux amd64 // linux amd64
// linux arm // linux arm
// linux arm64 // linux arm64
// windows amd64
// //
// Planned platforms and architectures // Planned platforms and architectures
// //
// windows 386 // windows 386
// windows amd64
// //
// Debug and development versions // Debug and development versions
// //