From 92afba4d8b91470ccc66358f031da7ddc3f982d8 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Mon, 24 Jul 2023 10:02:37 +0300 Subject: [PATCH] Update CHANGELOG.md --- framework/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index a897621e719..ce580c49bef 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -4,7 +4,7 @@ Yii Framework 2 Change Log 2.0.49 under development ------------------------ -- Bug #9899: Fix caching a query to the db MsSQL with BLOB data type (terabytesoftw) +- Bug #9899: Fix caching a MSSQL query with BLOB data type (terabytesoftw) - Bug #16208: Fix `yii\log\FileTarget` to not export empty messages (terabytesoftw) - Bug #19857: Fix AttributeTypecastBehavior::resetOldAttributes() causes "class has no attribute named" InvalidArgumentException (uaoleg) - Bug #18859: Fix `yii\web\Controller::bindInjectedParams()` to not throw error when argument of `ReflectionUnionType` type is passed (bizley)