Skip to content

Commit

Permalink
Updated changelog with past year changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SRombauts committed Mar 2, 2019
1 parent 804879d commit 5dcb9af
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,14 @@ Version 2.2.0 - Sept 19 2017
- Fix warnings #134
- Deprecated Statement::IsOk() to Statement::HasRow()

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

0 comments on commit 5dcb9af

Please sign in to comment.