From d0d884c39d90f6b83b6ed52364fc133a90b1297a Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Sun, 25 Jan 2015 20:09:31 -0500 Subject: [PATCH] Fixes #6940: `yii\web\Response::sendContentAsFile()` may not send correct `content-length` header --- framework/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 2504e4e..b6512ac 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -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)