From 0e40eaa8acfedd8f680ffd8bad94c70ee4157e01 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Sun, 27 Sep 2015 19:56:26 +0300 Subject: [PATCH] Fixed changelog entry number --- framework/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 7a6505b338..b997e0c32f 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -18,12 +18,12 @@ Yii Framework 2 Change Log - Bug #9681: `Json::encode()` was erroring under CYGWIN (samdark) - Bug #9714: Fixed `yii\rbac\PhpManager::updateItem()` unable to save users assignments (rezident1307) - Bug #9754: Fixed `yii\web\Request` error when path info is empty (dynasource) -- Enh #2106: Added Unprocessable Entity HTTP Exception (janfrs) - Enh #8613: `yii\widgets\FragmentCache` will not store empty content anymore which fixes some problems related to `yii\filters\PageCache` (kidol) - Enh #9476: Added DI injection via controller action method signature (mdmunir) - Enh #9635: Added default CSS class for `\yii\grid\ActionColumn` header (arogachev, dynasource) - Enh #9643: Added migrations for DB cache (mdmunir) - Enh #9711: Added `yii\widgets\LinkPager::$pageCssClass` that allows to set default page class (ShNURoK42) +- Enh #9733: Added Unprocessable Entity HTTP Exception (janfrs) - Chg #9369: `Yii::$app->user->can()` now returns `false` instead of erroring in case `authManager` component is not configured (creocoder) - Chg #9411: `DetailView` now automatically sets container tag ID in case it's not specified (samdark)