From 94ff8881d013b35589f85c14d6c89d244ab2c93f Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sat, 10 Feb 2024 11:36:35 +0000 Subject: [PATCH] Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8694907e..2b5fefe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## 1.0.0-rc.1 - 2024-02-06 +### New Features + +* [sea-orm-migration] schema helper https://github.com/SeaQL/sea-orm/pull/2099 + ### Breaking Changes * Rework SQLite type mappings https://github.com/SeaQL/sea-orm/pull/2078