From e8b42aa391215ffe4cd7c0947f92ea3a05c5935a Mon Sep 17 00:00:00 2001 From: niinivaa Date: Wed, 11 Aug 2021 20:13:41 +0300 Subject: [PATCH] 2.0.1 --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b607144..15b11f0 100644 --- a/README.md +++ b/README.md @@ -13,16 +13,10 @@ http://olliNiinivaara.github.io/SQLiteral/ `nimble install sqliteral` -## 2.0.0 Release notes (2021-03-17) -* breaking API change: New prepareStatements() proc must be used -* new thread-isolating data structures guarantee interference-free db operations -* better support for experimental:views -based zero-copy strings -* JSON helper functions, JSON in documentation example -* Selected errors during schema migrations can ignored -* backup processes can be canceled -* getStatus proc for https://www.sqlite.org/c3ref/c_dbstatus_options.html -* getAsStrings -proc for getting all result columns as a sequence of strings -* logger also checks that statements receive enough parameters +## 2.0.1 Release notes (2021-08-11) +* removed spurious debug echo +* better logging +* better example ## Example