From 5d5970c1ee4218e6bc3d46984ead74d814ff2c07 Mon Sep 17 00:00:00 2001 From: Hans Kokx Date: Thu, 10 Apr 2025 13:02:01 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67c9404..ad6cf5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## NEXT + +- Added `of(context)` extension to `ArcaneService` + ## 1.2.5 - Improved automatic metadata detection in `ArcaneLogger` @@ -58,7 +62,7 @@ These methods have been moved to mixin classes. To continue using them, please update your ArcaneAuthInterface implementations. - To use `resendVerificationCode`, `register` and `confirmSignup`, use the new -`ArcaneAuthAccountRegistration` mixin. + `ArcaneAuthAccountRegistration` mixin. - To use `resetPassword`, use the new `ArcaneAuthPasswordManagement` mixin. ### Migration