mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Update Changelog
This commit is contained in:
parent
754a742433
commit
cfcf858239
@ -1,6 +1,4 @@
|
|||||||
# Version 0.14.0 (TODO)
|
# Version 0.14.0 (2018-08-1?)
|
||||||
|
|
||||||
It would be wise to run rustfmt just after merging all the relevant PRs...
|
|
||||||
|
|
||||||
* BREAKING CHANGE: `ToSql` implementation for `time::Timespec` uses RFC 3339 (%Y-%m-%dT%H:%M:%S.%fZ).
|
* BREAKING CHANGE: `ToSql` implementation for `time::Timespec` uses RFC 3339 (%Y-%m-%dT%H:%M:%S.%fZ).
|
||||||
Previous format was %Y-%m-%d %H:%M:%S:%f %Z.
|
Previous format was %Y-%m-%d %H:%M:%S:%f %Z.
|
||||||
@ -8,6 +6,7 @@ It would be wise to run rustfmt just after merging all the relevant PRs...
|
|||||||
* BREAKING CHANGE: Replace column index/count type (i32) with usize.
|
* BREAKING CHANGE: Replace column index/count type (i32) with usize.
|
||||||
* BREAKING CHANGE: Replace parameter index/count type (i32) with usize.
|
* BREAKING CHANGE: Replace parameter index/count type (i32) with usize.
|
||||||
* BREAKING CHANGE: Replace row changes/count type (i32) with usize.
|
* BREAKING CHANGE: Replace row changes/count type (i32) with usize.
|
||||||
|
* BREAKING CHANGE: Scalar functions must be `Send`able and `'static`.
|
||||||
* Bugfix: Commit failure unhandled, database left in unusable state (#366).
|
* Bugfix: Commit failure unhandled, database left in unusable state (#366).
|
||||||
* Bugfix: `free_boxed_hook` does not work for `fn`.
|
* Bugfix: `free_boxed_hook` does not work for `fn`.
|
||||||
* Update the bundled SQLite version to 3.24.0 (#326).
|
* Update the bundled SQLite version to 3.24.0 (#326).
|
||||||
|
Loading…
Reference in New Issue
Block a user