Skip to content

Commit 3fcb352

Browse files
committed
Update changelog
1 parent 845f315 commit 3fcb352

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

CHANGELOG.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -176,16 +176,19 @@ Version 3.0.0 - January 31 2020
176176

177177
Version 3.1.0 - August 11 2020
178178
- Update SQLite3 from 3.30.1 to 3.32.3 (2020-06-18)
179-
- #274 Install both cmake files into same lib directory from tcraigtyler/master
180-
- #275 Add a method on Statement to get the declared type of a column. from daniel-schmidt/master
181-
- #284 Add SQLITE_OPEN_FULLMUTEX flag from rwrx/fullmutex-flag
182-
- #286 Add CMake option to toggle stack protection from chrisdalke/master
183-
- #287 Fixed installation on other than Ubuntu distributions from xvitaly/fix-installation
184-
- #288 Allow building of sqlite JSON1 extension when building internal sqlite library from zxey/feature-json1-extension
179+
- #274 Install both cmake files into same lib directory from tcraigtyler
180+
- #275 Add a method on Statement to get the declared type of a column. from daniel-schmidt
181+
- #284 Add SQLITE_OPEN_FULLMUTEX flag from rwrx
182+
- #286 Add CMake option to toggle stack protection from chrisdalke
183+
- #287 Fixed installation on other than Ubuntu distributions from xvitaly
184+
- #288 Allow building of sqlite JSON1 extension when building internal sqlite library from zxey
185185

186186
Version 3.1.1 - August 19 2020
187-
- #292 Fix compilation if using SQLITE_HAS_CODEC from sum01/fix_sqlcipher_compile
188-
- #293 Remove FindSQLiteCpp.cmake from sum01/fix_283
189-
190-
Version 3.2.0 - September 10 2020
191-
- Updated SQLite3 from 3.32.3 to 3.33.0 (2020-08-14)
187+
- #292 Fix compilation if using SQLITE_HAS_CODEC from sum01
188+
- #293 Remove FindSQLiteCpp.cmake from sum01
189+
190+
Version 3.x - 2020
191+
- #300 Updated SQLite3 from 3.32.3 to 3.33.0 (2020-08-14) from catalogm
192+
- #236 Disable explicit setting of MSVC runtime from BioDataAnalysis/emmenlau
193+
- #308 Fix build warning due to string truncation from stauffer-garmin
194+
- #311 Add Database::tryExec() from kcowolf

0 commit comments

Comments
 (0)