Update changelog

This commit is contained in:
gwenn 2018-07-28 15:52:06 +02:00
parent 0b498d8c34
commit 6f9d63cc05
2 changed files with 2 additions and 0 deletions

View File

@ -44,3 +44,4 @@ rusqlite contributors
* [Tom](https://github.com/bedax)
* [Hampus Bengtsson](https://github.com/miniyou)
* [casret](https://github.com/casret)
* [Kornel](https://github.com/kornelski)

View File

@ -8,6 +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 parameter index/count type (i32) with usize.
* BREAKING CHANGE: Replace row changes/count type (i32) with usize.
* Bugfix: Commit failure unhandled, database left in unusable state (#366).
* Update the bundled SQLite version to 3.24.0 (#326).
* Add DropBehavior::Panic to enforce intentional commit or rollback.
* Implement `sqlite3_update_hook` (#260, #328), `sqlite3_commit_hook` and `sqlite3_rollback_hook`.