From 9b092e51a8427f63282462e47dd1839bb9cd8379 Mon Sep 17 00:00:00 2001 From: Alexander Kochetov Date: Fri, 9 May 2014 20:13:54 +0400 Subject: [PATCH] CHANGELOG --- framework/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 6de985eaa2..ea22b43ab2 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -48,6 +48,7 @@ Yii Framework 2 Change Log - Enh: Added support to insert an event handler at the beginning of class-level event handler queue (qiangxue) - Enh: Added `yii\console\Controller::EXIT_CODE_NORMAL` and `yii\console\Controller::EXIT_CODE_ERROR` constants (samdark) - Enh: `yii\console\MigrateController` now returns `yii\console\Controller::EXIT_CODE_ERROR` in case of failed migration (samdark) +- Enh: Added support for arrays for `exist` validator (creocoder) - Chg #2913: RBAC `DbManager` is now initialized via migration (samdark) - Chg #3036: Upgraded Twitter Bootstrap to 3.1.x (qiangxue) - Chg #3175: InvalidCallException, InvalidParamException, UnknownMethodException are now extended from SPL BadMethodCallException (samdark)