mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Update Changelog with changes from recent PR merges
This commit is contained in:
parent
55dde134e1
commit
73e805a488
@ -4,6 +4,9 @@
|
||||
* Adds `types::Value` for dynamic column types.
|
||||
* 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 `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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user