New change and new contributor

This commit is contained in:
gwenn 2018-03-24 10:41:42 +01:00
parent ee9ecf0636
commit b1e0fe2253
2 changed files with 4 additions and 2 deletions

View File

@ -33,3 +33,4 @@ rusqlite contributors
* [Nick Fitzgerald](https://github.com/fitzgen) * [Nick Fitzgerald](https://github.com/fitzgen)
* [Lorenzo Villani](https://github.com/lvillani) * [Lorenzo Villani](https://github.com/lvillani)
* [traviscross](https://github.com/traviscross) * [traviscross](https://github.com/traviscross)
* [Richard Newman](https://github.com/rnewman)

View File

@ -1,7 +1,8 @@
# Version 0.14.0 (TODO) # Version 0.14.0 (TODO)
* Update to latest version of SQLite3 3.22.0 (#326). * Update the bundled SQLite version to 3.22.0 (#326).
* Implementation of `sqlite3_update_hook` (#260) and `sqlite3_commit_hook`, `sqlite3_rollback_hook`. * Add DropBehavior::Panic to enforce intentional commit or rollback.
* Implement `sqlite3_update_hook` (#260), `sqlite3_commit_hook` and `sqlite3_rollback_hook`.
* 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.