We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b1c36b + a7472e8 commit 619dd63Copy full SHA for 619dd63
1 file changed
CHANGELOG.md
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## 5.3.20 - 2026-06-04
9
+
10
+### What's Changed
11
12
+* feat(orm): add eager loading process by @papac in https://github.com/bowphp/framework/pull/404
13
+* Update CHANGELOG by @papac in https://github.com/bowphp/framework/pull/405
14
15
+**Full Changelog**: https://github.com/bowphp/framework/compare/5.3.12...5.3.20
16
17
## 5.3.12 - 2026-06-02
18
19
### What's Changed
@@ -290,6 +299,7 @@ Database::transaction(fn() => $user->update(['name' => '']));
290
299
291
300
292
301
302
293
303
```
294
304
Ref: #255
295
305
0 commit comments