From 68f78f25e010b3a71888bca6958d5b45f9f7b31c Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Fri, 27 Feb 2015 22:11:03 +0100 Subject: [PATCH] Update CHANGELOG.md fixed typo in issue number, 796a0e6156dae5e3a6b22707c0ae94d3d45d93dd --- framework/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 4093f4f8ac..a8713c9e94 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -18,7 +18,7 @@ Yii Framework 2 Change Log - Bug #7271: `ActiveRecord::populateRecord()` should be called in late binding approach (jlorente) - Bug #7258: Response was sending HTML content type when formatter was set to JSON or XML, nulls were handled wrong (slavcodev, samdark) - Bug #7358: Fix trimming PHPDoc prefix with TAB indent in `yii\console\Controller::parseDocCommentSummary()` (gugglegum) -- Bug #7383: Fix precision loss in log timestamps when using `yii\log\DBTarget` (samdark) +- Bug #7384: Fix precision loss in log timestamps when using `yii\log\DBTarget` (samdark) - Bug #7425: `yii\widgets\ActiveField::radio()` should not generate the label twice (justinvoelker) - Enh #3168: Improved the performance of `yii\rbac\DbManager::checkAccess()` by caching mechanism (qiangxue) - Enh #3723: `yii\filters\PageCache` now supports caching response headers as well as non-HTML response content (qiangxue)