release v1.10.5, closes #53

This commit is contained in:
Jan Mercl
2021-05-06 17:29:51 +02:00
parent 7de07c7a26
commit d93404b2e0

6
doc.go
View File

@@ -15,6 +15,12 @@
//
// Changelog
//
// 2021-03-14 v1.10.5:
//
// Fixes a memory corruption issue
// (https://gitlab.com/cznic/sqlite/-/issues/53). Versions since v1.8.6 were
// affected and should be updated to v1.10.5.
//
// 2021-03-14 v1.10.0:
//
// Update to use sqlite 3.35.0, release notes at https://www.sqlite.org/releaselog/3_35_0.html.