From 7450c0d9d4175481178a84400660a604c17c994c Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Fri, 2 May 2014 13:03:35 -0400 Subject: [PATCH] changelog update. [skip ci] --- framework/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 7319c6bfd2..20668b0131 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -37,6 +37,7 @@ Yii Framework 2 Change Log - Enh #3230: Added `yii\filters\AccessControl::user` to support access control with different actors (qiangxue) - Enh #3252: Added support for case insensitive matching using ILIKE to PostgreSQL QueryBuilder (cebe) - Enh #3298: Supported configuring `View::theme` using a class name (netyum, qiangxue) +- Enh #3328: `BaseMailer` generates better text body from html body (armab) - Enh: Added support for using sub-queries when building a DB query with `IN` condition (qiangxue) - Enh: Supported adding a new response formatter without the need to reconfigure existing formatters (qiangxue) - Enh: Added `yii\web\UrlManager::addRules()` to simplify adding new URL rules (qiangxue)