Add deprecation note to Changelog.

This commit is contained in:
John Gallagher 2016-05-29 20:39:27 -04:00
parent 7c0eba0475
commit 1de7f4ae06

View File

@ -3,6 +3,8 @@
* 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
methods.
* Added `#[deprecated(since = "...", note = "...")]` flags (new in Rust 1.9 for libraries) to
all deprecated APIs.
# Version 0.7.2 (2016-05-19)