mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Update changelog
This commit is contained in:
parent
0b498d8c34
commit
6f9d63cc05
@ -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)
|
||||
|
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user