Update changelog with recent fixes

This commit is contained in:
Sébastien Rombauts 2018-02-23 08:17:16 +01:00
parent d412dc06ff
commit b454170da1

View File

@ -117,4 +117,8 @@ Version 2.2.0 - Sept 19 2017
- Deprecated Statement::IsOk() to Statement::HasRow()
Version ?
- Add Statement binding for long int values #147
- 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