rusqlite/Changelog.md

23 lines
528 B
Markdown
Raw Normal View History

2015-01-07 22:18:49 +08:00
# Version 0.0.5 (2014-01-07)
* Updates to track latest rustc changes (closure syntax).
2015-01-08 03:16:51 +08:00
* Updates to track latest rust stdlib changes (`std::c_str` -> `std::ffi`).
2015-01-07 22:18:49 +08:00
2015-01-06 00:21:47 +08:00
# Version 0.0.4 (2014-01-05)
* Updates to track latest rustc changes.
2014-12-24 01:27:09 +08:00
# Version 0.0.3 (2014-12-23)
* Updates to track latest rustc changes.
* Add call to `sqlite3_busy_timeout`.
2014-12-04 23:48:05 +08:00
# Version 0.0.2 (2014-12-04)
* Remove use of now-deprecated `std::vec::raw::from_buf`.
* Update to latest version of `time` crate.
# Version 0.0.1 (2014-11-21)
* Initial release