mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Add ToSql breaking change note to Changelog
This commit is contained in:
parent
9a6e17b478
commit
60f7bddacc
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user