Fix typo in Changelog

This commit is contained in:
John Gallagher 2016-01-07 15:33:04 -05:00
parent 840a86a883
commit 501d8782a5

View File

@ -1,6 +1,6 @@
# Version UPCOMING (...) # Version UPCOMING (...)
* Adds a `cache` Cargo feature that provides `cache::StatementCache` for caching prepraed * Adds a `cache` Cargo feature that provides `cache::StatementCache` for caching prepared
statements. statements.
* Adds `column_count()` method to `Statement` and `Row`. * Adds `column_count()` method to `Statement` and `Row`.
* Adds `types::Value` for dynamic column types. * Adds `types::Value` for dynamic column types.