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.0 - 2026-05-21
9+
10+ ### What's Changed
11+
12+ * feat(router): add php 8 attributes support for route definition by @gessyken in https://github.com/bowphp/framework/pull/349
13+ * Update console and adding new features and fix many issues by @papac in https://github.com/bowphp/framework/pull/394
14+ * Update readme by @papac in https://github.com/bowphp/framework/pull/395
15+
16+ ** Full Changelog** : https://github.com/bowphp/framework/compare/5.2.991...5.3.0
17+
818## 5.2.990 - 2026-05-17
919
1020### What's Changed
@@ -249,6 +259,7 @@ Database::transaction(fn() => $user->update(['name' => '']));
249259
250260
251261
262+
252263```
253264Ref: #255
254265
You can’t perform that action at this time.
0 commit comments