Update changelog

[ci skip]
This commit is contained in:
gwenn 2018-07-22 12:40:46 +02:00
parent bc874d3eb7
commit 0b498d8c34
2 changed files with 4 additions and 1 deletions

View File

@ -41,3 +41,6 @@ rusqlite contributors
* [Sean Griffin](https://github.com/sgrif) * [Sean Griffin](https://github.com/sgrif)
* [Joshua Schneider](https://github.com/jshs) * [Joshua Schneider](https://github.com/jshs)
* [Hoàng Đức Hiếu](https://github.com/hdhoang) * [Hoàng Đức Hiếu](https://github.com/hdhoang)
* [Tom](https://github.com/bedax)
* [Hampus Bengtsson](https://github.com/miniyou)
* [casret](https://github.com/casret)

View File

@ -8,7 +8,7 @@ It would be wise to run rustfmt just after merging all the relevant PRs...
* BREAKING CHANGE: Replace column index/count type (i32) with usize. * BREAKING CHANGE: Replace column index/count type (i32) with usize.
* BREAKING CHANGE: Replace parameter index/count type (i32) with usize. * BREAKING CHANGE: Replace parameter index/count type (i32) with usize.
* BREAKING CHANGE: Replace row changes/count type (i32) with usize. * BREAKING CHANGE: Replace row changes/count type (i32) with usize.
* Update the bundled SQLite version to 3.22.0 (#326). * Update the bundled SQLite version to 3.24.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, #328), `sqlite3_commit_hook` and `sqlite3_rollback_hook`. * Implement `sqlite3_update_hook` (#260, #328), `sqlite3_commit_hook` and `sqlite3_rollback_hook`.
* Add support to unlock notification behind `unlock_notify` feature (#294, #331). * Add support to unlock notification behind `unlock_notify` feature (#294, #331).