From 308789495c1497397e2b6cf6469cbbb6daa69a9a Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Tue, 24 May 2016 20:16:13 -0400 Subject: [PATCH] Add FromSql breaking change note to Changelog. --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 358d93f..233a58b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +# Version UPCOMING (...) + +* 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. + # Version 0.7.2 (2016-05-19) * BREAKING CHANGE: `Rows` no longer implements `Iterator`. It still has a `next()` method, but