Update Changelog with changes from recent PR merges

This commit is contained in:
John Gallagher 2016-02-01 14:18:12 -05:00
parent 55dde134e1
commit 73e805a488

View File

@ -4,6 +4,9 @@
* Adds `types::Value` for dynamic column types. * Adds `types::Value` for dynamic column types.
* Adds support for user-defined aggregate functions (behind the existing `functions` Cargo feature). * Adds support for user-defined aggregate functions (behind the existing `functions` Cargo feature).
* Introduces a `RowIndex` trait allowing columns to be fetched via index (as before) or name (new). * Introduces a `RowIndex` trait allowing columns to be fetched via index (as before) or name (new).
* Introduces `ZeroBlob` type under the `blob` module/feature exposing SQLite's zeroblob API.
* Adds CI testing for Windows via AppVeyor.
* Fixes a warning building libsqlite3-sys under Rust 1.6.
# Version 0.6.0 (2015-12-17) # Version 0.6.0 (2015-12-17)