From a76275f891783804d1109fb2b73c49d04d61ac16 Mon Sep 17 00:00:00 2001 From: Luciano Baraglia Date: Sun, 29 Dec 2013 20:49:58 -0300 Subject: [PATCH 1/2] Typo in changelog --- framework/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 94e5bae..471fcda 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -43,7 +43,7 @@ Yii Framework 2 Change Log - Enh #1646: Added postgresql `QueryBuilder::checkIntegrity` and `QueryBuilder::resetSequence` (Ragazzo) - Enh #1645: Added `Connection::$pdoClass` property (Ragazzo) - Enh #1681: Added support for automatically adjusting the "for" attribute of label generated by `ActiveField::label()` (qiangxue) -- Enh: Added `favicon.ico` and `robots.txt` to defauly application templates (samdark) +- Enh: Added `favicon.ico` and `robots.txt` to default application templates (samdark) - Enh: Added `Widget::autoIdPrefix` to support prefixing automatically generated widget IDs (qiangxue) - Enh: Support for file aliases in console command 'message' (omnilight) - Enh: Sort and Pagination can now create absolute URLs (cebe) From f19cf8ee855eee0be4995b5775f36106c3f03427 Mon Sep 17 00:00:00 2001 From: Luciano Baraglia Date: Sun, 29 Dec 2013 21:00:26 -0300 Subject: [PATCH 2/2] Updated GII changelog --- extensions/yii/gii/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/yii/gii/CHANGELOG.md b/extensions/yii/gii/CHANGELOG.md index baa33d0..0174387 100644 --- a/extensions/yii/gii/CHANGELOG.md +++ b/extensions/yii/gii/CHANGELOG.md @@ -5,6 +5,7 @@ Yii Framework 2 gii extension Change Log ---------------------------- - Bug #1405: fixed disambiguation of relation names generated by gii (qiangxue) +- Enh #1624: generate rules for unique indexes (lucianobaraglia) 2.0.0 alpha, December 1, 2013 -----------------------------