Update framework/CHANGELOG.md

This commit is contained in:
Alexander Makarov
2023-10-19 20:35:59 +03:00
committed by GitHub
parent 344b0aecf3
commit f28386835d

View File

@ -6,7 +6,7 @@ Yii Framework 2 Change Log
- 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)
- Bug #20002: fixed superfluous query on HEAD request in serializer (xicond)
- 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