Skip to content

Commit 53e20d0

Browse files
authored
Merge pull request #413 from bowphp/5.x-update-changelog
Update CHANGELOG
2 parents f6468c7 + cf8fa16 commit 53e20d0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.31 - 2026-06-07
9+
10+
### What's Changed
11+
12+
* Update CHANGELOG by @papac in https://github.com/bowphp/framework/pull/411
13+
* feat(database): implement query execution performance metric mesurement by @papac in https://github.com/bowphp/framework/pull/412
14+
15+
**Full Changelog**: https://github.com/bowphp/framework/compare/5.3.30...5.3.31
16+
817
## 5.3.30 - 2026-06-07
918

1019
### What's Changed
@@ -319,6 +328,7 @@ Database::transaction(fn() => $user->update(['name' => '']));
319328

320329

321330

331+
322332

323333

324334
```

0 commit comments

Comments
 (0)