From 5b8721b6a74d793258c571724ee7f4ed283522ed Mon Sep 17 00:00:00 2001 From: gwenn Date: Tue, 27 Mar 2018 20:19:28 +0200 Subject: [PATCH] Update changelog [ci skip] --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index c9d68c7..19b2fb8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,9 +3,11 @@ * Update the bundled SQLite version to 3.22.0 (#326). * Add DropBehavior::Panic to enforce intentional commit or rollback. * Implement `sqlite3_update_hook` (#260), `sqlite3_commit_hook` and `sqlite3_rollback_hook`. +* Make `Statement::column_index` case insensitive (#330). * Add comment to justify `&mut Connection` in `Transaction`. * Fix `tyvar_behind_raw_pointer` warnings. * Fix handful of clippy warnings. +* Fix `Connection::open` documentation (#332) # Version 0.13.0 (2017-11-13)