From 5c38b93691483e172b646dcdffcb871c224f4359 Mon Sep 17 00:00:00 2001 From: Daniel Gomez Pan Date: Wed, 30 Mar 2016 16:53:41 +0200 Subject: [PATCH] Fix changelog [skip ci] --- framework/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 58651691bb..0a7eef4df7 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -37,6 +37,7 @@ Yii Framework 2 Change Log - Enh #10487: `yii\helpers\BaseArrayHelper::index()` got a third parameter `$groupBy` to group the input array by the key in one or more dimensions (quantum13, silverfire, samdark) - Enh #10610: Added `BaseUrl::$urlManager` to be able to set URL manager used for creating URLs (samdark) - Enh #10764: `yii\helpers\Html::tag()` and `::beginTag()` return content without any HTML when the `$tag` attribute is `false` or `null` (pana1990) +- Enh #10840: Added `yii\console\Controller::optionAliases()` method to support aliases for commands (pana1990) - Enh #10889: Allows unsigned primary key column definitions (df2) - Enh #10921: `__toString()` of column schema builder now adapts to column types (df2) - Enh #10937: `yii\web\User` will now confirm the request accepts an HTML response before redirecting to the login page. Added optional `$checkAcceptHeader` to `yii\web\User::loginRequired()` (sammousa) @@ -169,7 +170,6 @@ Yii Framework 2 Change Log - Enh #10545: `yii\web\XMLResponseFormatter` changed to format models in a proper way (andrewnester) - Enh #10783: Added migration and unit-tests for `yii\i18n\DbMessageSource` (silverfire) - Enh #10797: Cleaned up requirements checker CSS (muhammadcahya) -- Enh #10840: Added `yii\console\Controller::optionAliases()` method to support aliases for commands (pana1990) - Enh: Added last resort measure for `FileHelper::removeDirectory()` fail to unlink symlinks under Windows (samdark) - Enh: `AttributeBehavior::getValue()` now respects the callable in array format (silverfire) - Chg #6419: Added `yii\web\ErrorHandler::displayVars` make list of displayed vars customizable. `$_ENV` and `$_SERVER` are not displayed by default anymore (silverfire)