From 5dcb9af59411285a6e47bbd7da92108079613f68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Sat, 2 Mar 2019 23:47:16 +0100 Subject: [PATCH] Updated changelog with past year changes --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4964e9d..b6a318f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -116,9 +116,14 @@ Version 2.2.0 - Sept 19 2017 - Fix warnings #134 - Deprecated Statement::IsOk() to Statement::HasRow() -Version ? +Version 2.3.0 +- Update SQLite3 from 3.20.1 to latest 3.27.2 (2019-02-25) #183 #187 - Add Statement binding for long int values #147 - Allows long int for bind when used with name #148 - More cmake instructions for linux #151 - Add comparison with sqlite_orm #141 -- Fix Statement::bind truncates long integer to 32 bits on x86_64 Linux #155 \ No newline at end of file +- Fix Statement::bind truncates long integer to 32 bits on x86_64 Linux #155 +- Add a move constructor to Database #157 +- Added tests for all MSVC compilers available on AppVeyor #169 +- Update VariadicBind.h #172 +- Better CMake compatibility #170