Add bugfix to Changelog

This commit is contained in:
John Gallagher 2016-03-29 16:15:41 -04:00
parent c0b8be99e8
commit 43be3a84fa

View File

@ -1,5 +1,6 @@
# Version UPCOMING (...) # Version UPCOMING (...)
* Fixes crash on nightly Rust when using the `trace` feature.
* Adds optional `clippy` feature and addresses issues it found. * Adds optional `clippy` feature and addresses issues it found.
* 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.