From 204246af2314733a06d7e6de1395d0ce3136dce3 Mon Sep 17 00:00:00 2001 From: gwenn Date: Wed, 2 May 2018 18:31:24 +0200 Subject: [PATCH] Thing to do before next release [ci skip] --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 22b62fa..fe01b31 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,7 @@ # Version 0.14.0 (TODO) +It would be wise to run rustfmt just after merging all the relevant PRs... + * BREAKING CHANGE: `ToSql` implementation for `time::Timespec` uses RFC 3339 (%Y-%m-%dT%H:%M:%S.%fZ). Previous format was %Y-%m-%d %H:%M:%S:%f %Z. * Update the bundled SQLite version to 3.22.0 (#326).