From a745318b0423ba0936b8fba7be5aa8ec27db6b2d Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 10 Jul 2022 15:15:45 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c144f14b..f7f0d778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Custom join on conditions (#793) * `DeriveMigrationName` and `sea_orm_migration::util::get_file_stem` (#736) * `FromJsonQueryResult` for deserializing `Json` from query result (#794) +* Cursor pagination (#822) ### Enhancements