Skip to content

Commit 9864f9e

Browse files
committed
Update changelog for release 2.4.0
1 parent 8015952 commit 9864f9e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,13 @@ Version 2.3.0 - March 3 2019
130130
- Add implicit cast operator to char and short types #179 #180
131131

132132
Version 2.4.0 - August 25 2019
133-
- Update SQLite3 from 3.27.2 to 3.29.0 (2019-07-10)
133+
- Update SQLite3 from 3.27.2 to 3.29.0 (2019-07-10) #217
134134
- #191 CMake Warning line 299
135135
- #190 Implement move constructors
136136
- #192 Add wrapper for bind parameter count
137137
- #197 Add tuple_bind and execute_many
138138
- #199 Fix #156 misleading error message in exception from Statement::exec
139139
- #201 Add Statement::getExpandedSQL() to get the SQL text of prepared statement with bound parameters expanded
140140
- #211 Implement Database::backup()
141+
- #215 Disable implicit fallthrough warning when building internal sqlite3
142+
- #216 Set PROJECT_VERSION to fix CMP0048 Policy warnings

0 commit comments

Comments
 (0)