File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 5.3.11 - 2026-05-28
9+
10+ ### What's Changed
11+
12+ * Update ROADMAP.md by @papac in https://github.com/bowphp/framework/pull/399
13+ * fix(db): make deep casting when toArray/toJson/_ toString is called by @papac in https://github.com/bowphp/framework/pull/400
14+ * Update CHANGELOG by @papac in https://github.com/bowphp/framework/pull/401
15+
16+ ** Full Changelog** : https://github.com/bowphp/framework/compare/5.3.1...5.3.11
17+
818## 5.3.1 - 2026-05-21
919
1020### What's Changed
@@ -269,6 +279,7 @@ Database::transaction(fn() => $user->update(['name' => '']));
269279
270280
271281
282+
272283```
273284Ref: #255
274285
You can’t perform that action at this time.
0 commit comments