Skip to content

Commit

Permalink
Fixes #6940: yii\web\Response::sendContentAsFile() may not send cor…
Browse files Browse the repository at this point in the history
…rect `content-length` header
  • Loading branch information
qiangxue committed Jan 26, 2015
1 parent 0b48969 commit d0d884c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/CHANGELOG.md
Expand Up @@ -5,6 +5,7 @@ Yii Framework 2 Change Log
-----------------------

- Bug #6919: Fixed wrong namespaces under advanced application's TestCase classes (ivokund)
- Bug #6940: `yii\web\Response::sendContentAsFile()` may not send correct `content-length` header (sadgnome)
- Bug #6969: `yii\helpers\ArrayHelper::htmlEncode()` and `htmlDecode()` should not remove non-string data (qiangxue)
- Enh #5663: Added support for using `data-params` to specify additional form data to be submitted via the `data-method` approach (usualdesigner, qiangxue)
- Enh #6106: Added ability to specify `encode` for each item of `yii\widgets\Breadcrumbs` (samdark, aleksanderd)
Expand Down

0 comments on commit d0d884c

Please sign in to comment.