From cb3e69d9f97be0bfb289883722aa2f865207e1eb Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 16 Oct 2022 19:05:22 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0ecc176..538a9a01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * `migrate fresh` command will drop all PostgreSQL types https://github.com/SeaQL/sea-orm/pull/864, https://github.com/SeaQL/sea-orm/pull/991 * Better compile error for entity without primary key https://github.com/SeaQL/sea-orm/pull/1020 * Added blanket implementations of `IntoActiveValue` for `Option` values https://github.com/SeaQL/sea-orm/pull/833 +* Added `into_model` & `into_json` to `Cursor` https://github.com/SeaQL/sea-orm/pull/1112 ### Bug fixes