mirror of
https://github.com/isar/rusqlite.git
synced 2025-08-23 06:44:29 +08:00
Update Changelog with latest PRs
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# Version UPCOMING (...)
|
||||
|
||||
* Adds `column_count()` method to `Statement` and `Row`.
|
||||
* Adds `types::Value` for dynamic column types.
|
||||
* Introduces a `RowIndex` trait allowing columns to be fetched via index (as before) or name (new).
|
||||
|
||||
# Version 0.6.0 (2015-12-17)
|
||||
|
||||
* BREAKING CHANGE: `SqliteError` is now an enum instead of a struct. Previously, we were (ab)using
|
||||
|
Reference in New Issue
Block a user