Add clippy to changelog

This commit is contained in:
John Gallagher 2016-03-29 16:14:02 -04:00
parent b2951412f9
commit 4a8a44d3d5

View File

@ -1,5 +1,6 @@
# Version UPCOMING (...)
* Adds optional `clippy` feature and addresses issues it found.
* Adds `column_count()` method to `Statement` and `Row`.
* Adds `types::Value` for dynamic column types.
* Adds support for user-defined aggregate functions (behind the existing `functions` Cargo feature).