From c3e4c137845dffc43b0fdb38ca717efe305c752b Mon Sep 17 00:00:00 2001 From: Dan Peterson Date: Sun, 14 Mar 2021 10:46:32 -0300 Subject: [PATCH] changelog: v1.10.0 --- doc.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc.go b/doc.go index e86c881..fb23ba0 100644 --- a/doc.go +++ b/doc.go @@ -15,6 +15,10 @@ // // Changelog // +// 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. +// // 2021-03-11 v1.9.0: // // Support darwin/arm64.