Add bugfix note to Changelog

This commit is contained in:
John Gallagher 2016-12-30 23:58:12 -05:00
parent 08d88177e7
commit 674419e080

View File

@ -11,6 +11,8 @@
https://github.com/jgallagher/rusqlite/pull/184.
* Added `#[deprecated(since = "...", note = "...")]` flags (new in Rust 1.9 for libraries) to
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)