Skip to content

Commit 5dcb9af

Browse files
committed
Updated changelog with past year changes
1 parent 804879d commit 5dcb9af

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,14 @@ Version 2.2.0 - Sept 19 2017
116116
- Fix warnings #134
117117
- Deprecated Statement::IsOk() to Statement::HasRow()
118118

119-
Version ?
119+
Version 2.3.0
120+
- Update SQLite3 from 3.20.1 to latest 3.27.2 (2019-02-25) #183 #187
120121
- Add Statement binding for long int values #147
121122
- Allows long int for bind when used with name #148
122123
- More cmake instructions for linux #151
123124
- Add comparison with sqlite_orm #141
124-
- Fix Statement::bind truncates long integer to 32 bits on x86_64 Linux #155
125+
- Fix Statement::bind truncates long integer to 32 bits on x86_64 Linux #155
126+
- Add a move constructor to Database #157
127+
- Added tests for all MSVC compilers available on AppVeyor #169
128+
- Update VariadicBind.h #172
129+
- Better CMake compatibility #170

0 commit comments

Comments
 (0)