From caf2185ad36cbe4f9e4ba2d8f0470fa45ba8f9a0 Mon Sep 17 00:00:00 2001 From: Mikael Araya Date: Wed, 13 Nov 2024 21:38:43 +0300 Subject: [PATCH] Update changelog.md --- changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.md b/changelog.md index aabcbb39ca..7752132ccc 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +# Next +## Minor +- API: Extend `Query.users` to accept additional filter options `verificationStatus` & `loginWithinDays` + +## Breaking +- Change argument format of `Query.workStatistics`, `Query.eventStatistics` & `Query.orderStatistics` from previous +`from` & `to` to `dateRange` of type `DateFilterInput` for consistency. + # Unchained Engine v2.14 ## Minor