From 1cb4036d149c62638f055a2a60df88503d352fa1 Mon Sep 17 00:00:00 2001 From: Dmitry Chernikov <4ernikoff@gmail.com> Date: Mon, 23 Jun 2014 18:51:48 +0300 Subject: [PATCH] updated CHANGELOG.md --- framework/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 14eb2e62a6..fe1fd3c033 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -114,6 +114,7 @@ Yii Framework 2 Change Log - Enh: Added support for array attributes in `in` validator (creocoder) - Enh: Improved `yii\helpers\Inflector::slug` to support more cases for Russian, Hebrew and special characters (samdark) - Enh #3926: `yii\widgets\Breadcrumbs::$links`. Allows individual link to have its own `template` (creocoder, umneeq) +- Enh: Added ability to `yii\bootstrap\Tabs` to encode each `Tabs::items['label']` separately (creocoder, umneeq) - Chg #2898: `yii\console\controllers\AssetController` is now using hashes instead of timestamps (samdark) - Chg #2913: RBAC `DbManager` is now initialized via migration (samdark) - Chg #3036: Upgraded Twitter Bootstrap to 3.1.x (qiangxue)