mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-10 02:13:17 +08:00
Repositioned CHANGELOG line
This commit is contained in:
@ -3,7 +3,6 @@ Yii Framework 2 Change Log
|
||||
|
||||
2.0.0 beta under development
|
||||
----------------------------
|
||||
- Enh: Added summaryOptions and emptyTextOptions to BaseListView (johonunu)
|
||||
- Bug #1265: AssetController does not override 'js' and 'css' for compressed bundles (klimov-paul)
|
||||
- Bug #1326: The `visible` setting for `DetailView` doesn't work as expected (qiangxue)
|
||||
- Bug #1412: `FileValidator` and `ImageValidator` still trigger `uploadRequired` error in some case when `skipOnEmpty` is true and no upload is provided (qiangxue)
|
||||
@ -179,6 +178,7 @@ Yii Framework 2 Change Log
|
||||
- Enh: LinkPager can now register relational link tags in the html header for prev, next, first and last page (cebe)
|
||||
- Enh: Added `yii\web\UrlRuleInterface` and `yii\web\CompositeUrlRule` (qiangxue)
|
||||
- Enh: Added `yii\web\Request::getAuthUser()` and `getAuthPassword()` (qiangxue)
|
||||
- Enh: Added summaryOptions and emptyTextOptions to BaseListView (johonunu)
|
||||
- Chg #47: Changed Markdown library to cebe/markdown and adjusted Markdown helper API (cebe)
|
||||
- Chg #735: Added back `ActiveField::hiddenInput()` (qiangxue)
|
||||
- Chg #1186: Changed `Sort` to use comma to separate multiple sort fields and use negative sign to indicate descending sort (qiangxue)
|
||||
|
||||
Reference in New Issue
Block a user