Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed May 22, 2016
1 parent e5bad89 commit e6c01ab
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,11 @@ Yii Framework 2 Change Log

- Enh #8795: Refactored `yii\web\User::loginByCookie()` in order to make it easier to override (maine-mike, silverfire)
- Enh #11195: Added ability to append custom string to schema builder column definition (df2, samdark)
- Enh #8795: Move Identity Cookie code into separate functions and cleanup invalid identity cookies
- Enh #8795: Move Identity Cookie code into separate functions and cleanup invalid identity cookies (maine-mike)
- Enh #8795 Move Identity Cookie code into separate functions and cleanup invalid identity cookies (maine-mike)
- Enh #11195: Added ability to append custom string to schema builder column definition (df2, samdark)
- Enh #11195: Added ability to append custom string to schema builder column definition (df2, samdark)
- Enh #11490: Added `yii\data\ArrayDataProvider::$modelClass` property to specify a model used to provide column labels even when data array is empty (PowerGamer1)
- Enh #11591: Added support for wildcards for `only` and `except` at `yii\base\ActionFilter` (klimov-paul)
- Bug #9950: Updated `yii\grid\DataColumn::getHeaderCellLabel()` to extract attribute label from the `filterModel` of Grid (silverfire)
- Bug #11429: Fixed `yii\i18n\PhpMessageSource::loadFallbackMessages()` not to log error when source and language is same, but locales are different (silverfire)
- Enh #11484: moved "P" "isPrimaryKey" in `yii\db\oci\Schema` to findConstraints (SSiwek)
- Enh #11484: Speed up `yii\db\oci\Schema::loadTableSchema()` for Oracle DBMS (SSiwek)
- Enh #11428: Speedup SQL query in `yii\db\oci\Schema::findColumns()` (SSiwek)
- Enh #11414: Files specified as `null` in `yii\web\AssetBundle` won't be registered (Razzwan)
- Enh #11432: Added HTTP status 421 "Misdirected Request" to list of statuses in `yii\web\Response` (dasmfm)
Expand Down

0 comments on commit e6c01ab

Please sign in to comment.