Add ToSql breaking change note to Changelog

This commit is contained in:
John Gallagher 2016-05-26 00:16:07 -04:00
parent 9a6e17b478
commit 60f7bddacc

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.
* BREAKING CHANGE: The `ToSql` trait has been redesigned. It can now be implemented without
`unsafe`, and implementors can choose to return either borrowed or owned results.
# Version 0.7.2 (2016-05-19)