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