updated changelog

This commit is contained in:
Gani Georgiev 2023-06-02 19:23:43 +03:00
parent 4c2dcac61a
commit 881b625177
1 changed files with 2 additions and 0 deletions

View File

@ -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