Add chrono note to Changelog

This commit is contained in:
John Gallagher 2016-05-15 22:39:18 -05:00
parent 88fb175b40
commit aa2b3b26bd

View File

@ -1,5 +1,6 @@
# Version UPCOMING (...)
* Adds support for serializing types from the `chrono` crate. Requires the `chrono` feature.
* 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.