From 4716572998e80f1eed4b5169e50d700e284cdc5f Mon Sep 17 00:00:00 2001 From: Dmitry Chernikov <4ernikoff@gmail.com> Date: Tue, 17 Jun 2014 21:27:30 +0300 Subject: [PATCH] CHANGELOG.md fix --- framework/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 0bf4280..2f90863 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -99,7 +99,7 @@ Yii Framework 2 Change Log - Enh: Added param `hideOnSinglePage` to `yii\widgets\LinkPager` (arturf) - 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: `yii\widgets\Breadcrumbs::$links`. Allows individual link to have its `ownTemplate` (creocoder|umneeq) +- Enh #3926: `yii\widgets\Breadcrumbs::$links`. Allows individual link to have its `ownTemplate` (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)