File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ 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.2.91 - 2026-03-28
9+
10+ ### What's Changed
11+
12+ * Refactoring magic method definition by @papac in https://github.com/bowphp/framework/pull/372
13+ * Update CHANGELOG by @papac in https://github.com/bowphp/framework/pull/373
14+
15+ ** Full Changelog** : https://github.com/bowphp/framework/compare/5.2.90...5.2.91
16+
817## 5.2.90 - 2026-03-20
918
1019### What's Changed
@@ -164,6 +173,7 @@ Database::transaction(fn() => $user->update(['name' => '']));
164173
165174
166175
176+
167177```
168178Ref: #255
169179
You can’t perform that action at this time.
0 commit comments