updated changelog

This commit is contained in:
Gani Georgiev 2025-04-15 21:56:22 +03:00
parent 0876413d87
commit c7ebd68a92
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
## v0.27.0 (WIP)
## v0.27.0
- ⚠️ Moved the Create and Manage API rule checks out of the `OnRecordCreateRequest` hook finalizer, **aka. now all CRUD API rules are checked BEFORE triggering their corresponding `*Request` hook**.
This was done to minimize the confusion regarding the firing order of the request operations, making it more predictable and consistent with the other record List/View/Update/Delete request actions.