From 140e7fc915088ce969097014b58d19c1f5a5a95a Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Wed, 27 Apr 2016 01:00:43 +0300 Subject: [PATCH] Fixed changelog line that belongs to 2.0.8 instead of 2.0.7 --- framework/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 30129bac5c..38a98c977a 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -98,6 +98,7 @@ Yii Framework 2 Change Log - Chg #10921: Inverts responsibility of database specific column schema builder classes (df2) - Chg #11071: `yii\helpers\BaseArrayHelper::isIn()` and `isTraversable()` since now throw `\yii\base\InvalidParamException` instead of `\InvalidArgumentException` (nukkumatti) - New #8920: Added `yii\mutex\PgsqlMutex` which implements mutex "lock" mechanism via PgSQL locks (nineinchnick, CSharpRU) +- Enh #10309: Extracted `yii\web\UrlManager` rule cache key into `$cacheKey` protected property (lordthorzonus) 2.0.7 February 14, 2016 @@ -211,7 +212,6 @@ Yii Framework 2 Change Log - Enh #10255: Added Yii warning to session initialization if session was already started (AnatolyRugalev) - Enh #10264: Generation of HTML tags in Yii's JavaScript now uses jQuery style (silverfire) - Enh #10267: `yii.js` - added original event passing to `pjaxOptions` for links with `data-method` and `data-pjax` (servocoder, silverfire) -- Enh #10309: Extracted `yii\web\UrlManager` rule cache key into `$cacheKey` protected property (lordthorzonus) - Enh #10319: `yii\helpers\VarDumper::dump()` now respects PHP magic method `__debugInfo()` (klimov-paul) - Enh #10359: Support wildcard category name in `yii/console/controllers/MessageController` (rmrevin) - Enh #10390: Added ability to disable outer tag for `\yii\helpers\BaseHtml::radiolist()`, `::checkboxList()` (TianJinRong, githubjeka, silverfire)