From 11c298ed7cb1f8fc7a1b5e3e7d54e5921e6d1652 Mon Sep 17 00:00:00 2001 From: gwenn Date: Wed, 23 May 2018 21:35:08 +0200 Subject: [PATCH] Update changelog [ci skip] --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index fa67309..65a52c8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,7 @@ It would be wise to run rustfmt just after merging all the relevant PRs... Previous format was %Y-%m-%d %H:%M:%S:%f %Z. * BREAKING CHANGE: Remove potentially conflicting impl of ToSqlOutput (#313). * 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. * Update the bundled SQLite version to 3.22.0 (#326). * Add DropBehavior::Panic to enforce intentional commit or rollback.