From b8214b233c0aad1dff545f3f0333b21fe5527f98 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Mon, 9 May 2022 21:22:28 +0800 Subject: [PATCH] Edit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aac01004f..a65c01642 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Derive `Eq`, `Clone` for `DbErr` https://github.com/SeaQL/sea-orm/pull/677 ### Breaking changes -* Migration utilities are moved from sea-schema to sea-orm repo, under a new sub-crate `sea_orm_migration`. `sea_schema::migration::prelude` should be replaced by `sea_orm_migration::prelude` in all migration files +* Migration utilities are moved from sea-schema to sea-orm repo, under a new sub-crate `sea-orm-migration`. `sea_schema::migration::prelude` should be replaced by `sea_orm_migration::prelude` in all migration files ### Upgrades * Upgrade `sea-query` to 0.24.x, `sea-schema` to 0.8.x