Skip to content

Commit 3c3c134

Browse files
papacgithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent b725520 commit 3c3c134

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.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
```
253264
Ref: #255
254265

0 commit comments

Comments
 (0)