Add serde_json note to Changelog.

This commit is contained in:
John Gallagher 2016-05-15 22:52:09 -05:00
parent b87d4b44a6
commit 6aa77e42ca

View File

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