From b9859bf3cf573912d8df0d6023028917b8ee3ba0 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Sat, 21 Oct 2023 16:05:25 -0300 Subject: [PATCH] Fix CHANGELOG.md`. --- framework/CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 5c288955ca0..bf64d64ac0c 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -11,11 +11,6 @@ Yii Framework 2 Change Log 2.0.50 under development ------------------------ -- Bug #13920: Fixed erroneous validation for specific cases (tim-fischer-maschinensucher) -- Bug #19927: Fixed `console\controllers\MessageController` when saving translations to database: fixed FK error when adding new string and language at the same time, checking/regenerating all missing messages and dropping messages for unused languages (atrandafir) -- Enh #12743: Added new methods `BaseActiveRecord::loadRelations()` and `BaseActiveRecord::loadRelationsFor()` to eager load related models for existing primary model instances (PowerGamer1) - - - Bug #20005: Fix `yii\console\controllers\ServeController` to specify the router script (terabytesoftw) - Bug #19060: Fix `yii\widgets\Menu` bug when using Closure for active item and adding additional tests in `tests\framework\widgets\MenuTest` (atrandafir) - Bug #13920: Fixed erroneous validation for specific cases (tim-fischer-maschinensucher) @@ -23,6 +18,7 @@ Yii Framework 2 Change Log - Bug #20002: Fixed superfluous query on HEAD request in serializer (xicond) - Enh #12743: Added new methods `BaseActiveRecord::loadRelations()` and `BaseActiveRecord::loadRelationsFor()` to eager load related models for existing primary model instances (PowerGamer1) + 2.0.49.2 October 12, 2023 -------------------------