Merge branch 'master' into gwenn-trace_extension

This commit is contained in:
John Gallagher
2015-12-01 11:13:23 -05:00
6 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,9 @@
# Version UPCOMING (TBD)
* Adds `trace` feature that allows the use of SQLite's logging, tracing, and profiling hooks.
* Slight change to the closure types passed to `query_map` and `query_and_then`:
* Remove the `'static` requirement on the closure's output type.
* Give the closure a `&SqliteRow` instead of a `SqliteRow`.
# Version 0.4.0 (2015-11-03)