diff options
author | Jan Mercl <0xjnml@gmail.com> | 2020-07-26 22:36:18 +0200 |
---|---|---|
committer | Jan Mercl <0xjnml@gmail.com> | 2020-07-26 22:36:18 +0200 |
commit | b406626c64313ae348996c243a0a05d3f6ed2c3c (patch) | |
tree | 0eaae4fa6348b150568725e6f2ec0b4c4203b5f8 /doc.go | |
parent | d8d9f40ce80062793349c0ea47520b6878312f4a (diff) |
release v1.4.0-beta1v1.4.0-beta1
Diffstat (limited to 'doc.go')
-rw-r--r-- | doc.go | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -7,6 +7,17 @@ // // Changelog // +// 2020-07-26 v1.4.0-beta1: +// +// The project has reached beta status while supporting linux/amd64 only at the +// moment. The 'extraquick' Tcl testsuite reports +// +// 630 errors out of 200177 tests on Linux 64-bit little-endian +// +// and some memory leaks +// +// Unfreed memory: 698816 bytes in 322 allocations +// // 2019-12-28 v1.2.0-alpha.3: Third alpha fixes issue #19. // // It also bumps the minor version as the repository was wrongly already tagged @@ -46,20 +57,18 @@ // ... // // -// Do not use in production -// // Supported platforms and architectures // -// linux 386 // linux amd64 // // Planned platforms and architectures +// +// linux 386 // linux arm // linux arm64 // windows 386 // windows amd64 // -// // Sqlite documentation // // See https://sqlite.org/docs.html |