mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Add deprecation note to Changelog.
This commit is contained in:
parent
7c0eba0475
commit
1de7f4ae06
@ -3,6 +3,8 @@
|
|||||||
* BREAKING CHANGE: The `FromSql` trait has been redesigned. It now requires a single, safe
|
* BREAKING CHANGE: The `FromSql` trait has been redesigned. It now requires a single, safe
|
||||||
method instead of the previous definition which required implementing one or two unsafe
|
method instead of the previous definition which required implementing one or two unsafe
|
||||||
methods.
|
methods.
|
||||||
|
* Added `#[deprecated(since = "...", note = "...")]` flags (new in Rust 1.9 for libraries) to
|
||||||
|
all deprecated APIs.
|
||||||
|
|
||||||
# Version 0.7.2 (2016-05-19)
|
# Version 0.7.2 (2016-05-19)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user