diff --git a/doc.go b/doc.go index fb23ba0..31c8332 100644 --- a/doc.go +++ b/doc.go @@ -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.