From 3bc18f992d3cf3e938ce66a27fabe69996490288 Mon Sep 17 00:00:00 2001 From: Jan Mercl <0xjnml@gmail.com> Date: Sun, 13 Jun 2021 18:48:40 +0200 Subject: [PATCH] add windows/amd64 support, updates #23 --- doc.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc.go b/doc.go index ec0791c..848e1ae 100644 --- a/doc.go +++ b/doc.go @@ -15,6 +15,10 @@ // // Changelog // +// 2021-06-13 v1.11.0: +// +// Support windows/amd64. +// // 2021-05-06 v1.10.6: // // Fixes a memory corruption issue @@ -125,11 +129,11 @@ // linux amd64 // linux arm // linux arm64 +// windows amd64 // // Planned platforms and architectures // // windows 386 -// windows amd64 // // Debug and development versions //