diff --git a/Changelog.md b/Changelog.md index fe01b31..9adb650 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,7 @@ It would be wise to run rustfmt just after merging all the relevant PRs... * Update the bundled SQLite version to 3.22.0 (#326). * Add DropBehavior::Panic to enforce intentional commit or rollback. * Implement `sqlite3_update_hook` (#260, #328, #331), `sqlite3_commit_hook` and `sqlite3_rollback_hook`. +* Add support to unlock notification behind `unlock_notify` feature (#294). * Make `Statement::column_index` case insensitive (#330). * Add comment to justify `&mut Connection` in `Transaction`. * Fix `tyvar_behind_raw_pointer` warnings.