From ab9e11e6c290eb761955f07fb42aa8deff22a04e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Thu, 31 Aug 2017 10:50:45 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c274a45..1641dbe 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -101,4 +101,11 @@ Version 2.1.0 - July 18 2017 Added ability to open encrypted databases. Added convenience functions for constructing objects from a row Added CMake install step - Make cpplint.py Python-3 compatible \ No newline at end of file + Make cpplint.py Python-3 compatible + +Version X + Update SQLite3 from 3.19.3 to latest 3.20.1 (2017-08-24) + Removed virtual kewords from destructors + Removed misplaced noexcept keyword + Improved Exception class C++ conformance + Deprecated Statement::IsOk() to Statement::HasRow()