Update changelog [ci skip]

This commit is contained in:
gwenn 2018-03-27 20:19:28 +02:00
parent b1e0fe2253
commit 5b8721b6a7

View File

@ -3,9 +3,11 @@
* Update the bundled SQLite version to 3.22.0 (#326). * Update the bundled SQLite version to 3.22.0 (#326).
* Add DropBehavior::Panic to enforce intentional commit or rollback. * Add DropBehavior::Panic to enforce intentional commit or rollback.
* Implement `sqlite3_update_hook` (#260), `sqlite3_commit_hook` and `sqlite3_rollback_hook`. * Implement `sqlite3_update_hook` (#260), `sqlite3_commit_hook` and `sqlite3_rollback_hook`.
* Make `Statement::column_index` case insensitive (#330).
* Add comment to justify `&mut Connection` in `Transaction`. * Add comment to justify `&mut Connection` in `Transaction`.
* Fix `tyvar_behind_raw_pointer` warnings. * Fix `tyvar_behind_raw_pointer` warnings.
* Fix handful of clippy warnings. * Fix handful of clippy warnings.
* Fix `Connection::open` documentation (#332)
# Version 0.13.0 (2017-11-13) # Version 0.13.0 (2017-11-13)