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 2a5b56b + aacf57b commit f2f6232Copy full SHA for f2f6232
1 file changed
CHANGELOG.md
@@ -5,6 +5,14 @@ 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.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
16
## 5.3.0 - 2026-05-21
17
18
### What's Changed
@@ -260,6 +268,7 @@ Database::transaction(fn() => $user->update(['name' => '']));
260
268
261
269
262
270
271
263
272
```
264
273
Ref: #255
265
274
0 commit comments