From 983028ff1df615b1a5211d019a2cfd797ab5b818 Mon Sep 17 00:00:00 2001 From: papac Date: Thu, 28 May 2026 10:22:16 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 458503ca..e12b2755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 5.3.11 - 2026-05-28 + +### What's Changed + +* Update ROADMAP.md by @papac in https://github.com/bowphp/framework/pull/399 +* fix(db): make deep casting when toArray/toJson/_toString is called by @papac in https://github.com/bowphp/framework/pull/400 +* Update CHANGELOG by @papac in https://github.com/bowphp/framework/pull/401 + +**Full Changelog**: https://github.com/bowphp/framework/compare/5.3.1...5.3.11 + ## 5.3.1 - 2026-05-21 ### What's Changed @@ -269,6 +279,7 @@ Database::transaction(fn() => $user->update(['name' => ''])); + ``` Ref: #255