From 25b554bd993f4e510dee447d9bddad05d9627738 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Thu, 7 Jan 2016 11:31:57 -0500 Subject: [PATCH] Update Changelog with cache feature --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 9e27d21..5c8cb5a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,7 @@ # Version UPCOMING (...) +* Adds a `cache` Cargo feature that provides `cache::StatementCache` for caching prepraed + statements. * Adds `column_count()` method to `Statement` and `Row`. * Adds `types::Value` for dynamic column types. * Introduces a `RowIndex` trait allowing columns to be fetched via index (as before) or name (new).