Update Changelog with cache feature

This commit is contained in:
John Gallagher 2016-01-07 11:31:57 -05:00
parent 0a371b7145
commit 25b554bd99

View File

@ -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).