diff --git a/SeaORM/blog/2022-07-17-whats-new-in-0.9.0.md b/SeaORM/blog/2022-07-17-whats-new-in-0.9.0.md index ace0e6850bc..057599c0d99 100644 --- a/SeaORM/blog/2022-07-17-whats-new-in-0.9.0.md +++ b/SeaORM/blog/2022-07-17-whats-new-in-0.9.0.md @@ -546,7 +546,7 @@ impl MigrationTrait for Migration { -## SeaORM CLI Updates +## SeaORM CLI Improvements - [[#735](https://github.com/SeaQL/sea-orm/pull/735)] Improve logging of generate entity command - [[#588](https://github.com/SeaQL/sea-orm/pull/588)] Generate enum with numeric like variants @@ -671,7 +671,7 @@ impl MigrationTrait for Migration { -## Enhancements +## Miscellaneous Enhancements - [[#800](https://github.com/SeaQL/sea-orm/pull/800)] Added `sqlx_logging_level` to `ConnectOptions` - [[#768](https://github.com/SeaQL/sea-orm/pull/768)] Added `num_items_and_pages` to `Paginator`