diff options
Diffstat (limited to 'doc.go')
-rw-r--r-- | doc.go | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -7,10 +7,15 @@ // // Changelog // -// 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. Next alpha release is planed to -// arrive before the end of this year. +// 2019-12-26 v1.1.0-alpha.2: Second alpha release adds support for accessing a +// database concurrently by multiple goroutines and/or processes. v1.1.0 is now +// considered feature-complete. Next planed release should be a beta with a +// proper test suite. +// +// 2019-12-18 v1.1.0-alpha.1: 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. 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). // |