Add a changelog entry

This commit is contained in:
Georg Semmler 2023-02-03 11:06:13 +01:00
parent 022bf59957
commit cde6cc06fe
No known key found for this signature in database
GPG Key ID: A87BCEE5205CE489

View File

@ -20,6 +20,8 @@ Increasing the minimal supported Rust version will always be coupled at least wi
type definitions automatically generated by Diesel CLI.
* Add a `#[derive(MultiConnection)]` proc-macro that lets you easily implement `diesel::Connection`
for an enum of connections to different database backends.
* Added a `--diff-schema` flag to the `diesel migration generate` command that generates a migration based
on the difference between your database and the provided `schema.rs` file
## [2.0.2] 2022-10-11