From a9ef8c9ae492625cc57394e6cd378fc0b52b49ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Wed, 6 Jan 2021 10:58:32 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eec9bb..daca114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -192,6 +192,6 @@ Version 3.x - 2021 - #236 Disable explicit setting of MSVC runtime from BioDataAnalysis/emmenlau - #308 Fix build warning due to string truncation from stauffer-garmin - #311 Add Database::tryExec() from kcowolf -- #313 [CMake] Add SQLITECPP_INCLUDE_SCRIPT option from past-due/master +- #313 [CMake] Add SQLITECPP_INCLUDE_SCRIPT option from past-due - #314 Add Database constructor for filesystem::path (#296) from ptrks - +- #295 Compile internal SQLite library with -ffunction-sections from smichaku