Note load_extension change in Changelog

This commit is contained in:
John Gallagher 2016-03-29 16:37:22 -04:00
parent 5e780d7fc3
commit 254a0b4cd8

View File

@ -1,5 +1,7 @@
# Version UPCOMING (...)
* Removes `load_extension` feature from `libsqlite3-sys`. `load_extension` is still available
on rusqlite itself.
* Fixes crash on nightly Rust when using the `trace` feature.
* Adds optional `clippy` feature and addresses issues it found.
* Adds `column_count()` method to `Statement` and `Row`.