Update changelog [ci skip]

This commit is contained in:
gwenn 2018-04-03 20:04:46 +02:00
parent 774a32bb95
commit 52acbead83

View File

@ -4,7 +4,7 @@
Previous format was %Y-%m-%d %H:%M:%S:%f %Z.
* Update the bundled SQLite version to 3.22.0 (#326).
* 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, #328, #331), `sqlite3_commit_hook` and `sqlite3_rollback_hook`.
* Make `Statement::column_index` case insensitive (#330).
* Add comment to justify `&mut Connection` in `Transaction`.
* Fix `tyvar_behind_raw_pointer` warnings.