diff options
author | Jan Mercl <0xjnml@gmail.com> | 2019-12-19 15:58:58 +0100 |
---|---|---|
committer | Jan Mercl <0xjnml@gmail.com> | 2019-12-19 15:58:58 +0100 |
commit | 58026126c2d182c9a75f5b98d263f1733ddd9dd3 (patch) | |
tree | a014f3258f1b07721a7016222fd3fc0e99672bbd /doc.go | |
parent | 179c16d747dbaad875f20b52af14a4f95357003c (diff) |
support SQLite's multi-thread model
Diffstat (limited to 'doc.go')
-rw-r--r-- | doc.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,10 +7,10 @@ // // Changelog // -// 2019-12-18 v1.1.0 Pre-alpha release using the new cc/v3, gocc, qbe +// 2019-12-18 v1.1.0 First alpha release using the new cc/v3, gocc, qbe // toolchain. Some primitive tests pass on linux_{amd64,386}. Not yet safe for -// concurrent access by multiple goroutines. Alpha release is planed to arrive -// before the end of this year. +// concurrent access by multiple goroutines. Next alpha release is planed to +// arrive before the end of this year. // // 2017-06-10 Windows/Intel no more uses the VM (thanks Steffen Butzer). // |