From 1de7f4ae069cbfe57e49228fc7db773a7deff686 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Sun, 29 May 2016 20:39:27 -0400 Subject: [PATCH] Add deprecation note to Changelog. --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 233a58b..265ddd3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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)