Update CHANGELOG.md

fixed typo in issue number, 796a0e6156dae5e3a6b22707c0ae94d3d45d93dd
This commit is contained in:
Carsten Brandt
2015-02-27 22:11:03 +01:00
parent da50920ac8
commit 68f78f25e0

View File

@ -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)