From d93404b2e022fa00d442206e9ba237c901f6d61d Mon Sep 17 00:00:00 2001 From: Jan Mercl <0xjnml@gmail.com> Date: Thu, 6 May 2021 17:29:51 +0200 Subject: [PATCH] release v1.10.5, closes #53 --- doc.go | 6 ++++++ 1 file changed, 6 insertions(+) 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.