mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 09:46:02 -04:00
Update the changelog with recent improvements
This commit is contained in:
parent
ab8ff7376c
commit
97b2a070ed
@ -165,3 +165,7 @@ Version 3.0.0 - January 1 2020
|
|||||||
- Add Valgrind memcheck tool to Travis CI
|
- Add Valgrind memcheck tool to Travis CI
|
||||||
- Remove Statement::isOk() deprecated in 2.2.0 when renamed to Statement::hasRow()
|
- Remove Statement::isOk() deprecated in 2.2.0 when renamed to Statement::hasRow()
|
||||||
- Replace Database::backup() "C" implementation by calling the Backup class
|
- Replace Database::backup() "C" implementation by calling the Backup class
|
||||||
|
- Run Valgrind memcheck on Travis CI #252
|
||||||
|
- Keep inline functions for GCov code coverage #253
|
||||||
|
- Re-enable Coverity static analysis #254
|
||||||
|
- Fix linking with system library (libsqlite3) #256
|
||||||
|
Loading…
x
Reference in New Issue
Block a user