Update changelog [ci skip]

This commit is contained in:
gwenn 2018-04-03 19:54:25 +02:00
parent 5b8721b6a7
commit 774a32bb95

View File

@ -1,5 +1,7 @@
# Version 0.14.0 (TODO)
* 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.
* Update the bundled SQLite version to 3.22.0 (#326).
* Add DropBehavior::Panic to enforce intentional commit or rollback.
* Implement `sqlite3_update_hook` (#260), `sqlite3_commit_hook` and `sqlite3_rollback_hook`.