Add FromSql/ToSql impls for isize.

This commit is contained in:
John Gallagher
2017-04-05 12:52:37 -04:00
parent ccf1f61127
commit a1206d5076
4 changed files with 15 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
# Version 0.10.2 (UPCOMING)
* Adds `FromSql` and `ToSql` impls for `isize`. Documents why `usize` and `u64` are not included.
# Version 0.10.1 (2017-03-03)
* Updates the `bundled` SQLite version to 3.17.0.