Update Changelog with bundled feature

This commit is contained in:
John Gallagher
2016-12-31 01:05:54 -05:00
parent 432966ac77
commit 83b481aade
2 changed files with 3 additions and 1 deletions

View File

@@ -15,6 +15,8 @@
* Added `#[deprecated(since = "...", note = "...")]` flags (new in Rust 1.9 for libraries) to
all deprecated APIs.
* Added `query_row` convenience function to `Statement`.
* Added `bundled` feature which will build SQLite from source instead of attempting to link
against a SQLite that already exists on the system.
* Fixed a bug where using cached prepared statements resulted in attempting to close a connection
failing with `DatabaseBusy`; see https://github.com/jgallagher/rusqlite/issues/186.