Update changelog for next release

This commit is contained in:
Sébastien Rombauts 2015-11-10 18:45:13 +01:00
parent b7b440de5d
commit 1c0bed5c85
2 changed files with 7 additions and 2 deletions

View File

@ -72,4 +72,9 @@ Version 1.2.0 - September 9 2015
Version 1.3.0 - November 1 2015
Fixed build with Visual Studio 2015
Further improvements to README
Added Backup class
Added Backup class
Version 1.3.1 - ? 2015
Swith Linux/Mac build to the provided SQLite3 C library
Update SQLite3 from 3.8.8.3 to latest 3.9.2 (2015-11-02)
Remove warnings

View File

@ -1,4 +1,4 @@
"sqlite3.c" and "sqlite3.h" files from sqlite-amalgamation-3090200.zip (SQLite 3.9.2)
"sqlite3.c" and "sqlite3.h" files from sqlite-amalgamation-3090200.zip (SQLite 3.9.2 2015-11-02)
Those files are provided for easy setup and compatibility under Windows/Linux/MacOS.
They are used by default by the CMake build.