diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index d1e4260..fe6eed9 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -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) diff --git a/Changelog.md b/Changelog.md index f6b77f6..6ee5549 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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`.