diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 8b2c3ed..665e757 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -32,3 +32,4 @@ rusqlite contributors * [twistedfall](https://github.com/twistedfall) * [Nick Fitzgerald](https://github.com/fitzgen) * [Lorenzo Villani](https://github.com/lvillani) +* [traviscross](https://github.com/traviscross) diff --git a/Changelog.md b/Changelog.md index 6290c4e..6a05063 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +# Version 0.14.0 (TODO) + +* Update to latest version of SQLite3 3.22.0 (#326). +* Add comment to justify `&mut Connection` in `Transaction`. +* Fix `tyvar_behind_raw_pointer` warnings. +* Fix handful of clippy warnings. + # Version 0.13.0 (2017-11-13) * Added ToSqlConversionFailure case to Error enum.