Update Changelog

This commit is contained in:
gwenn 2018-03-24 07:38:40 +01:00
parent 63d8c3e852
commit ee9ecf0636

View File

@ -1,6 +1,7 @@
# Version 0.14.0 (TODO)
* Update to latest version of SQLite3 3.22.0 (#326).
* Implementation of `sqlite3_update_hook` (#260) and `sqlite3_commit_hook`, `sqlite3_rollback_hook`.
* Add comment to justify `&mut Connection` in `Transaction`.
* Fix `tyvar_behind_raw_pointer` warnings.
* Fix handful of clippy warnings.