diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 4e960dbf3b..5cb5aac052 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -117,9 +117,9 @@ Yii Framework 2 Change Log - Enh #2387: Added support for fetching data from database in batches (nineinchnick, qiangxue) - Enh #2392: Added `addCssStyle()`, `removeCssStyle()`, `cssStyleFromArray()` and `cssStyleToArray()` to `Html` (qiangxue, kartik-v, Alex-Code) - Enh #2411: Added Gii extension generator (schmunk42) +- Enh #2415: Added support for inverse relations (qiangxue) - Enh #2417: Added possibility to set `dataType` for `$.ajax` call in yii.activeForm.js (Borales) - Enh #2436: Label of the attribute, which looks like `relatedModel.attribute`, will be received from the related model if it available (djagya) -- Enh #2415: Added support for inverse relations (qiangxue) - Enh #2490: `yii\db\Query::count()` and other query scalar methods now properly handle queries with GROUP BY clause (qiangxue) - Enh #2491: Added support for using the same base class name of search model and data model in Gii (qiangxue) - Enh #2499: Added ability to downgrade migrations by their absolute apply time (resurtm, gorcer)