Skip to content

Commit f2f6232

Browse files
authored
Merge pull request #401 from bowphp/5.x-update-changelog
Update CHANGELOG
2 parents 2a5b56b + aacf57b commit f2f6232

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.1 - 2026-05-21
9+
10+
### What's Changed
11+
12+
* fix(route) when load the middlware we lose the route chain by @papac in https://github.com/bowphp/framework/pull/397
13+
14+
**Full Changelog**: https://github.com/bowphp/framework/compare/5.3.0...5.3.1
15+
816
## 5.3.0 - 2026-05-21
917

1018
### What's Changed
@@ -260,6 +268,7 @@ Database::transaction(fn() => $user->update(['name' => '']));
260268

261269

262270

271+
263272
```
264273
Ref: #255
265274

0 commit comments

Comments
 (0)