Updated changelog

This commit is contained in:
Hans Kokx
2025-04-10 13:02:01 +02:00
committed by Hans Kokx
parent e901da8080
commit 5d5970c1ee
+5 -1
View File
@@ -1,3 +1,7 @@
## NEXT
- Added `of(context)` extension to `ArcaneService`
## 1.2.5 ## 1.2.5
- Improved automatic metadata detection in `ArcaneLogger` - 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. update your ArcaneAuthInterface implementations.
- To use `resendVerificationCode`, `register` and `confirmSignup`, use the new - To use `resendVerificationCode`, `register` and `confirmSignup`, use the new
`ArcaneAuthAccountRegistration` mixin. `ArcaneAuthAccountRegistration` mixin.
- To use `resetPassword`, use the new `ArcaneAuthPasswordManagement` mixin. - To use `resetPassword`, use the new `ArcaneAuthPasswordManagement` mixin.
### Migration ### Migration