From aa2b3b26bd11492572a9d63369df8e6cd3300333 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Sun, 15 May 2016 22:39:18 -0500 Subject: [PATCH] Add chrono note to Changelog --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index ad5ca25..e000549 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,6 @@ # Version UPCOMING (...) +* Adds support for serializing types from the `chrono` crate. Requires the `chrono` feature. * Removes `load_extension` feature from `libsqlite3-sys`. `load_extension` is still available on rusqlite itself. * Fixes crash on nightly Rust when using the `trace` feature.