From 16015cc35dd1166663354215ea2d96653f8dab35 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Thu, 23 Mar 2023 11:43:32 +0800 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 033716c4..3835e795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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