Skip to content

Commit 025aa9a

Browse files
authored
Merge pull request #405 from bowphp/5.x-update-changelog
Update CHANGELOG
2 parents 162fca5 + 7302b4a commit 025aa9a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 5.3.12 - 2026-06-02
9+
10+
### What's Changed
11+
12+
* fix(database): fix retrieve belongTo into loop execution by @papac in https://github.com/bowphp/framework/pull/402
13+
* Update CHANGELOG by @papac in https://github.com/bowphp/framework/pull/403
14+
15+
**Full Changelog**: https://github.com/bowphp/framework/compare/5.3.11...5.3.12
16+
817
## 5.3.11 - 2026-05-28
918

1019
### What's Changed
@@ -280,6 +289,7 @@ Database::transaction(fn() => $user->update(['name' => '']));
280289

281290

282291

292+
283293
```
284294
Ref: #255
285295

0 commit comments

Comments
 (0)