From c7ebd68a921c3315f3ddc4f95592cdd11c8c5586 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Tue, 15 Apr 2025 21:56:22 +0300 Subject: [PATCH] updated changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a2de99c..eae52ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.