mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Add bugfix note to Changelog
This commit is contained in:
parent
08d88177e7
commit
674419e080
@ -11,6 +11,8 @@
|
|||||||
https://github.com/jgallagher/rusqlite/pull/184.
|
https://github.com/jgallagher/rusqlite/pull/184.
|
||||||
* Added `#[deprecated(since = "...", note = "...")]` flags (new in Rust 1.9 for libraries) to
|
* Added `#[deprecated(since = "...", note = "...")]` flags (new in Rust 1.9 for libraries) to
|
||||||
all deprecated APIs.
|
all deprecated APIs.
|
||||||
|
* 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.
|
||||||
|
|
||||||
# Version 0.7.3 (2016-06-01)
|
# Version 0.7.3 (2016-06-01)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user