From ac7e3bdbed7bca53c16d64c68f9f5d78b6c20cd4 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Mon, 22 Sep 2014 11:42:34 -0400 Subject: [PATCH] Fixes #5126: Fixed text body and charset not being set for multipart mail --- framework/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index c912f478ae..3e221c6cb4 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -99,6 +99,7 @@ Yii Framework 2 Change Log - Bug #5039: `UniqueValidator` and `ExistValidator` did not respect query conditions added by default scope (qiangxue) - Bug #5049: `ActiveForm::validationDelay` should be applied to user types only (qiangxue) - Bug #5055: Fixed `yii\console\controllers\CacheController` does not check if cache component instance of 'yii\caching\Cache' (klimov-paul) +- Bug #5126: Fixed text body and charset not being set for multipart mail (nkovacs) - Bug: Fixed inconsistent return of `\yii\console\Application::runAction()` (samdark) - Bug: URL encoding for the route parameter added to `\yii\web\UrlManager` (klimov-paul) - Bug: Fixed the bug that requesting protected or private action methods would cause 500 error instead of 404 (qiangxue)