From 6f909df000808f72a100b58ec9c09c2733233ac0 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 23 Oct 2022 23:18:38 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 251f349c..e6259873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Added `into_model` & `into_json` to `Cursor` https://github.com/SeaQL/sea-orm/pull/1112 * Added `set_schema_search_path` method to `ConnectOptions` for setting schema search path of PostgreSQL connection https://github.com/SeaQL/sea-orm/pull/1056 * Serialize `time` types as `serde_json::Value` https://github.com/SeaQL/sea-orm/pull/1042 +* Implements `fmt::Display` for `ActiveEnum` https://github.com/SeaQL/sea-orm/pull/986 +* Implements `TryFrom` for `Model` https://github.com/SeaQL/sea-orm/pull/990 ### Bug fixes