Support windows/amd64.

This target had previously only experimental status because of a now resolved
memory leak.

Closes #23
Updates #72
This commit is contained in:
Jan Mercl
2021-11-13 20:39:47 +01:00
parent c0894304cd
commit 6a550af056
3 changed files with 5 additions and 12 deletions

13
doc.go
View File

@@ -20,14 +20,6 @@
// linux arm64
// windows amd64
//
// The windows/amd64 has currently experimental/preview status. Tcl tests
// report an unresolved yet memory leak, see
// https://gitlab.com/cznic/sqlite/-/issues/23 for more details.
//
// Planned platforms and architectures
//
// windows 386
//
// Builders
//
// Builder results available at
@@ -36,6 +28,11 @@
//
// Changelog
//
// 2021-11-13 v1.14.0:
//
// Support windows/amd64. This target had previously only experimental status
// because of a now resolved memory leak.
//
// 2021-09-07 v1.13.0:
//
// Support freebsd/amd64.