From 415ec78681ccaa46e62a2c58ef77309ca858fdc2 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Mon, 9 May 2022 21:40:12 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a65c0164..712d80dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Pending +### New Features +* [sea-orm-cli] `sea migrate generate` to generate a new, empty migration file https://github.com/SeaQL/sea-orm/pull/656 + ### Enhancements * Add max_connections option to CLI https://github.com/SeaQL/sea-orm/pull/670 * Derive `Eq`, `Clone` for `DbErr` https://github.com/SeaQL/sea-orm/pull/677