mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-04 18:02:23 +08:00
Bump to version 0.7.3.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# Version 0.7.3 (2016-06-01)
|
||||
|
||||
* Fixes an incorrect failure from the `insert()` convenience function when back-to-back inserts to
|
||||
different tables both returned the same row ID
|
||||
([#171](https://github.com/jgallagher/rusqlite/issues/171)).
|
||||
|
||||
# Version 0.7.2 (2016-05-19)
|
||||
|
||||
* BREAKING CHANGE: `Rows` no longer implements `Iterator`. It still has a `next()` method, but
|
||||
|
||||
Reference in New Issue
Block a user