3
0
mirror of https://github.com/isar/rusqlite.git synced 2025-04-03 13:02:58 +08:00

Update Changelog

This commit is contained in:
John Gallagher 2015-03-24 12:13:19 -04:00
parent 89e20146e3
commit ff5a6b30f5

@ -1,3 +1,7 @@
# Version 0.0.12 (2015-03-24)
* Updates to track rustc stabilization.
# Version 0.0.11 (2015-03-12)
* Reexport `sqlite3_stmt` from `libsqlite3-sys` for easier `impl`-ing of `ToSql` and `FromSql`.