From cfcf8582394d2d5b80568dcb245258c21f798834 Mon Sep 17 00:00:00 2001 From: gwenn Date: Thu, 16 Aug 2018 17:47:31 +0200 Subject: [PATCH] Update Changelog --- Changelog.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index ac16c4d..26d8298 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,4 @@ -# Version 0.14.0 (TODO) - -It would be wise to run rustfmt just after merging all the relevant PRs... +# Version 0.14.0 (2018-08-1?) * 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. @@ -8,6 +6,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. +* BREAKING CHANGE: Scalar functions must be `Send`able and `'static`. * Bugfix: Commit failure unhandled, database left in unusable state (#366). * Bugfix: `free_boxed_hook` does not work for `fn`. * Update the bundled SQLite version to 3.24.0 (#326).