Browse Source

Fixed Http → HTTP in changelog

9899-cache-bug
Alexander Makarov 9 years ago
parent
commit
b6a616487a
  1. 2
      framework/CHANGELOG.md

2
framework/CHANGELOG.md

@ -18,7 +18,7 @@ Yii Framework 2 Change Log
- Bug #9754: Fixed `yii\web\Request` error when path info is empty (dynasource)
- 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)
- Enh #2106: Added Unprocessable Entity Http Exception (janfrs)
- Enh #2106: Added Unprocessable Entity HTTP Exception (janfrs)
- Enh #9635: Added default CSS class for `\yii\grid\ActionColumn` header (arogachev, dynasource)
- Enh #9711: Added `yii\widgets\LinkPager::$pageCssClass` that allows to set default page class (ShNURoK42)

Loading…
Cancel
Save