mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Add FromSql breaking change note to Changelog.
This commit is contained in:
parent
d9df23ca90
commit
308789495c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user