Add FromSql breaking change note to Changelog.

This commit is contained in:
John Gallagher 2016-05-24 20:16:13 -04:00
parent d9df23ca90
commit 308789495c

View File

@ -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