From 90c01b900dc7e0eebc04ecd771cf6cd5a8f9d7b5 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Mon, 29 May 2017 10:34:02 -0400 Subject: [PATCH] Update Changelog --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index cca0d8f..712d67e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +# Version 0.12.0 (2017-05-29) + +* Defines HAVE\_USLEEP when building with a bundled SQLite (#263). +* Updates dependencies to their latest versions, particularly serde to 1.0. +* Adds support for vcpkg on Windows. +* Adds `ToSql` impls for `str` and `[u8]`. + # Version 0.11.0 (2017-04-06) * Avoid publicly exporting SQLite constants multiple times from libsqlite3-sys.