CHANGELOG

This commit is contained in:
Billy Chan 2023-03-23 11:43:32 +08:00
parent 3a5707b1bb
commit 16015cc35d
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -33,6 +33,7 @@ let customer = Customer::find()
assert_eq!(customers.notes, None);
```
* Added `sea_orm_macros::EnumIter` to implement `strum::IntoEnumIterator` trait for the derived enum (source code adapted from https://github.com/Peternator7/strum)
* [sea-orm-cli] the `migrate init` command will create a `.gitignore` file when the migration folder reside in a Git repository https://github.com/SeaQL/sea-orm/pull/1334
### Enhancements