From 881b625177007af211b7a25f5c00779a43a3d044 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Fri, 2 Jun 2023 19:23:43 +0300 Subject: [PATCH] updated changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c89c802d..f2644ddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,8 @@ app.Dao().FindFirstRecordByFilter("posts", "slug='test' && active=true") ``` +- (@todo docs) Added `Dao.WithoutHooks()` helper to create a new `Dao` from the current one but without the create/update/delete hooks. + ## v0.16.4-WIP