Skip to content

Commit

Permalink
yiisoft#15776: Removed unnecessary UPGRADE note, added @berosoboy to …
Browse files Browse the repository at this point in the history
…changelog [skip ci]
  • Loading branch information
samdark committed Mar 7, 2018
1 parent 9221386 commit ca4e1a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Yii Framework 2 Change Log
- Bug #15840: Fixed regression on load fixture data file (leandrogehlen)
- Bug: Fixed encoding of empty `yii\db\ArrayExpression` for PostgreSQL (silverfire)
- Bug: Fixed table schema retrieving for PostgreSQL when the table name was wrapped in quotes (silverfire)
- Bug #15776: Fixed slow MySQL constraints retrieving (MartijnHols, sergeymakinen)
- Bug #15776: Fixed slow MySQL constraints retrieving (MartijnHols, berosoboy, sergeymakinen)



Expand Down
4 changes: 0 additions & 4 deletions framework/UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ Upgrade from Yii 2.0.13

* Log targets (like `yii\log\EmailTarget`) are now throwing `yii\log\LogRuntimeException` in case log can not be properly exported.

* In order to implement UPSERT queries support, we've added table constraints loading from the DBMS. In some cases the constraints
discovery query runs slow. Make sure you have [schema caching](http://www.yiiframework.com/doc-2.0/yii-db-connection.html#$enableSchemaCache-detail),
enabled (it is disabled by default).

* You can start preparing your application for Yii 2.1 by doing the following:

- Replace `::className()` calls with `::class` (if you’re running PHP 5.5+).
Expand Down

0 comments on commit ca4e1a5

Please sign in to comment.