Merge remote-tracking branch 'origin/master' into fix-duplicated-constants

This commit is contained in:
John Gallagher
2017-04-05 13:10:48 -04:00
4 changed files with 12 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# Version 0.10.2 (UPCOMING)
* Avoid publicly exporting SQLite constants multiple times from libsqlite3-sys.
* Adds `FromSql` and `ToSql` impls for `isize`. Documents why `usize` and `u64` are not included.
# Version 0.10.1 (2017-03-03)