From 150eb6b85563a9cd18cc1f776f368ec9a4dbcf53 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Sun, 4 May 2014 18:15:51 +0400 Subject: [PATCH] Fixes #2018: Adjusted changelog --- extensions/gii/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/gii/CHANGELOG.md b/extensions/gii/CHANGELOG.md index 87eba4b826..bc2818ed15 100644 --- a/extensions/gii/CHANGELOG.md +++ b/extensions/gii/CHANGELOG.md @@ -6,6 +6,7 @@ Yii Framework 2 gii extension Change Log - Bug #1263: Fixed the issue that Gii and Debug modules might be affected by incompatible asset manager configuration (qiangxue) - Bug #3265: Fixed incorrect controller class name validation (suralc) +- Enh #2018: Search model is not required anymore in CRUD generator (johonunu) - Enh #3088: The gii module will manage their own URL rules now (qiangxue) - Enh #3222: Added `useTablePrefix` option to the model generator for Gii (horizons2) @@ -27,7 +28,6 @@ Yii Framework 2 gii extension Change Log - Enh #2633: Keyboard shortcuts to browse through files (thiagotalma) - Enh #2822: possibility to generate I18N messages (lucianobaraglia) - Enh #2843: Option to filter files according to the action. (thiagotalma) -- Enh #2018: Search model not required anymore in crud generator. (johonunu) 2.0.0-alpha, December 1, 2013 -----------------------------