From a786dfd6162ba275a32bc12f57344459bf531ebe Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 23 Oct 2022 23:47:32 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e584dc54..8746efc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,22 +58,6 @@ enum ColumnType { } ``` -### House keeping - -* Documentation grammar fixes https://github.com/SeaQL/sea-orm/pull/1050 -* Replace `dotenv` with `dotenvy` in examples https://github.com/SeaQL/sea-orm/pull/1085 -* Exclude test_cfg module from SeaORM https://github.com/SeaQL/sea-orm/pull/1077 - -### Integration - -* Support `rocket_okapi` https://github.com/SeaQL/sea-orm/pull/1071 - -### Upgrades - -* Upgrade `sea-query` to 0.26 https://github.com/SeaQL/sea-orm/pull/985 - -### Migration Guide - * A new method `array_type` was added to `ValueType`: ```rust impl sea_orm::sea_query::ValueType for MyType { @@ -104,6 +88,20 @@ impl ActiveEnum for Category { } ``` +### House keeping + +* Documentation grammar fixes https://github.com/SeaQL/sea-orm/pull/1050 +* Replace `dotenv` with `dotenvy` in examples https://github.com/SeaQL/sea-orm/pull/1085 +* Exclude test_cfg module from SeaORM https://github.com/SeaQL/sea-orm/pull/1077 + +### Integration + +* Support `rocket_okapi` https://github.com/SeaQL/sea-orm/pull/1071 + +### Upgrades + +* Upgrade `sea-query` to 0.26 https://github.com/SeaQL/sea-orm/pull/985 + ## 0.9.3 - 2022-09-30 ### Enhancements